From 7fc09eb0605cabe84fc8520c5bc37f1672cbd012 Mon Sep 17 00:00:00 2001 From: zeljko Date: Mon, 29 Jun 2009 17:00:43 +0000 Subject: [PATCH] Qt: fixed compilation when -dVerboseQt enabled. git-svn-id: trunk@20764 - --- lcl/interfaces/qt/qtobjects.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/interfaces/qt/qtobjects.pas b/lcl/interfaces/qt/qtobjects.pas index 6489cd38c4..63fc69aff1 100644 --- a/lcl/interfaces/qt/qtobjects.pas +++ b/lcl/interfaces/qt/qtobjects.pas @@ -2116,7 +2116,7 @@ begin end; {$ifdef VerboseQt} - WriteLn(' Font metrics height: ', AFont.Metrics.height, ' Angle: ', + WriteLn(' Font metrics height: ', Font.Metrics.height, ' Angle: ', Round(0.1 * Font.Angle)); {$endif} end;