Qt: assign title as document name. part of issue #24592

git-svn-id: trunk@46634 -
This commit is contained in:
zeljko 2014-10-21 13:32:12 +00:00
parent 9e798f0274
commit 07ea7c3d5c

View File

@ -214,6 +214,7 @@ begin
{$IFDEF VERBOSE_QT_PRINTING}
DebugLn('TQtPrinters.DoBeginDoc()');
{$ENDIF}
QtDefaultPrinter.DocName := Title;
BeginPage;
end;