Qt: qtwinapi - added define around debugln() in GetKeyState()

git-svn-id: trunk@15946 -
This commit is contained in:
zeljko 2008-08-04 07:10:55 +00:00
parent 41ab419765
commit c9aebb8a74

View File

@ -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;