Qt: formatting

git-svn-id: trunk@35610 -
This commit is contained in:
zeljko 2012-02-27 18:20:23 +00:00
parent ac06d36b7c
commit c4fa6a1980

View File

@ -13392,7 +13392,8 @@ begin
inc(FNumOfActions);
FCatchNextResizeEvent := FNumOfActions = 1;
{$IFDEF VerboseQtEvents}
DebugLn(Format('TQtMenuBar: Added new action now have %d actions ',[FNumOfActions]));
DebugLn(Format('TQtMenuBar: Added new action now have %d actions ',
[FNumOfActions]));
{$ENDIF}
end;
end else
@ -13402,7 +13403,8 @@ begin
begin
dec(FNumOfActions);
{$IFDEF VerboseQtEvents}
DebugLn(Format('TQtMenuBar: Removed action still have %d actions ',[FNumOfActions]));
DebugLn(Format('TQtMenuBar: Removed action still have %d actions ',
[FNumOfActions]));
{$ENDIF}
FCatchNextResizeEvent := FNumOfActions = 0;
end;