mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 13:59:34 +02:00
Qt: cleanup
git-svn-id: trunk@25141 -
This commit is contained in:
parent
c56405fef4
commit
6b838b045f
@ -289,7 +289,6 @@ const
|
||||
SName = 'DoGetPaperName';
|
||||
var
|
||||
i: Integer;
|
||||
Str: WideString;
|
||||
begin
|
||||
i := QtDefaultPrinter.PageSize;
|
||||
Result := FPagesEnum[i];
|
||||
@ -329,7 +328,6 @@ function TQtPrinters.DoGetPaperRect(AName: string; var APaperRc: TPaperRect): In
|
||||
const
|
||||
SName = 'DoGetPaperRect';
|
||||
var
|
||||
SavedSize: QPrinterPageSize;
|
||||
i: Integer;
|
||||
begin
|
||||
{$IFDEF VERBOSE_QT_PRINTING}
|
||||
|
@ -8,11 +8,6 @@ type
|
||||
TQtPrinters = class(TPrinter)
|
||||
private
|
||||
FPagesEnum: TStrings;
|
||||
FPrintSession: Integer;
|
||||
FPrintSettings: Integer;
|
||||
FPageFormat: QPrinterPageSize;
|
||||
FBeginDocumentStatus: QPrinterPrinterState;
|
||||
FNewPageStatus: QPrinterPrinterState;
|
||||
FPrinterHandle: TQtPrinter;
|
||||
|
||||
procedure CreatePrintSettings;
|
||||
|
@ -47,7 +47,6 @@ var
|
||||
QtPrnDlg: QPrintDialogH;
|
||||
PrnOptions: QAbstractPrintDialogPrintDialogOptions;
|
||||
Str: WideString;
|
||||
i: Integer;
|
||||
begin
|
||||
Result := False;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user