mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 14:29:31 +02:00
Qt: formatting
git-svn-id: trunk@40994 -
This commit is contained in:
parent
4371fd2a2d
commit
7aabf4415d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user