diff -r 93b982ccede2 -r 5daf16870df6 src/gui/painting/qprinter.h --- a/src/gui/painting/qprinter.h Mon Jun 21 22:38:13 2010 +0100 +++ b/src/gui/painting/qprinter.h Thu Jul 22 16:41:55 2010 +0100 @@ -124,7 +124,7 @@ enum OutputFormat { NativeFormat, PdfFormat, PostScriptFormat }; // ### Qt 5: Merge with QAbstractPrintDialog::PrintRange - enum PrintRange { AllPages, Selection, PageRange }; + enum PrintRange { AllPages, Selection, PageRange, CurrentPage }; enum Unit { Millimeter, @@ -199,6 +199,10 @@ int actualNumCopies() const; + void setCopyCount(int); + int copyCount() const; + bool supportsMultipleCopies() const; + void setPaperSource(PaperSource); PaperSource paperSource() const;