From c9aebb8a742dd5f9b56769a93a57801c3ba62905 Mon Sep 17 00:00:00 2001 From: zeljko Date: Mon, 4 Aug 2008 07:10:55 +0000 Subject: [PATCH] Qt: qtwinapi - added define around debugln() in GetKeyState() git-svn-id: trunk@15946 - --- lcl/interfaces/qt/qtwinapi.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lcl/interfaces/qt/qtwinapi.inc b/lcl/interfaces/qt/qtwinapi.inc index a79f16d596..a3756df0c6 100644 --- a/lcl/interfaces/qt/qtwinapi.inc +++ b/lcl/interfaces/qt/qtwinapi.inc @@ -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;