qt: cleanup

git-svn-id: trunk@14360 -
This commit is contained in:
paul 2008-03-02 05:37:15 +00:00
parent 9a0566101b
commit fea0292e3d
2 changed files with 3 additions and 3 deletions

View File

@ -480,7 +480,7 @@ type
procedure setNumCopies(const AValue: Integer);
function getPrinterState: QPrinterPrinterState;
public
constructor Create;
constructor Create; override;
destructor Destroy; override;
function NewPage: Boolean;
function Abort: Boolean;
@ -2533,8 +2533,10 @@ begin
end;
procedure TQtClipboard.AttachEvents;
{$IFNDEF MSWINDOWS}
var
Method: TMethod;
{$ENDIF}
begin
inherited AttachEvents;
{$IFNDEF MSWINDOWS}

View File

@ -6516,8 +6516,6 @@ begin
end;
function TQtTableView.horizontalHeader: TQtHeaderView;
var
AParams: TCreateParams;
begin
{$ifdef VerboseQt}
WriteLn('TQtTableView.horizontalHeader');