Qt: formatting

git-svn-id: trunk@40994 -
This commit is contained in:
zeljko 2013-05-02 10:57:52 +00:00
parent 4371fd2a2d
commit 7aabf4415d

View File

@ -324,7 +324,7 @@ end;
Params:
Returns:
------------------------------------------------------------------------------}
function TQtWidgetSet.FontCanUTF8(Font: HFont): Boolean;
function TQtWidgetSet.FontCanUTF8(Font: HFont): boolean;
begin
Result := IsValidGDIObject(Font);
end;
@ -334,7 +334,7 @@ end;
Params:
Returns:
------------------------------------------------------------------------------}
function TQtWidgetSet.FontIsMonoSpace(Font: HFont): Boolean;
function TQtWidgetSet.FontIsMonoSpace(Font: HFont): boolean;
var
QtFontInfo: QFontInfoH;
begin