mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
Qt: qtwinapi - added define around debugln() in GetKeyState()
git-svn-id: trunk@15946 -
This commit is contained in:
parent
41ab419765
commit
c9aebb8a74
@ -2125,8 +2125,10 @@ begin
|
||||
VK_CONTROL:
|
||||
if (QApplication_keyboardModifiers and QtControlModifier) > 0 then
|
||||
Result := Result or StateDown;
|
||||
{$ifdef VerboseQtWinAPI}
|
||||
else
|
||||
DebugLn('TQtWidgetSet.GetKeyState TODO ', DbgSVKCode(Word(nVirtkey)));
|
||||
{$endif}
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user