mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 05:49:23 +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:
|
VK_CONTROL:
|
||||||
if (QApplication_keyboardModifiers and QtControlModifier) > 0 then
|
if (QApplication_keyboardModifiers and QtControlModifier) > 0 then
|
||||||
Result := Result or StateDown;
|
Result := Result or StateDown;
|
||||||
|
{$ifdef VerboseQtWinAPI}
|
||||||
else
|
else
|
||||||
DebugLn('TQtWidgetSet.GetKeyState TODO ', DbgSVKCode(Word(nVirtkey)));
|
DebugLn('TQtWidgetSet.GetKeyState TODO ', DbgSVKCode(Word(nVirtkey)));
|
||||||
|
{$endif}
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user