Qt: fixed compilation when -dVerboseQt enabled.

git-svn-id: trunk@20764 -
This commit is contained in:
zeljko 2009-06-29 17:00:43 +00:00
parent 1afac02c06
commit 7fc09eb060

View File

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