summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qprinter.cpp
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2010-03-05 10:06:05 (GMT)
committeraavit <qt-info@nokia.com>2010-03-05 10:06:05 (GMT)
commitce1d5d10d0316a05a2bfce09239fd532a2d5ca7e (patch)
tree5eb7ed4e95bc0f08e4a805eaceb731e71d04c2ab /src/gui/painting/qprinter.cpp
parent512593cb8db6242eda631b8c71d22e2d154abc98 (diff)
parent4152244217ab7f34e67f7800cb796d8923061f49 (diff)
downloadQt-ce1d5d10d0316a05a2bfce09239fd532a2d5ca7e.zip
Qt-ce1d5d10d0316a05a2bfce09239fd532a2d5ca7e.tar.gz
Qt-ce1d5d10d0316a05a2bfce09239fd532a2d5ca7e.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7
Diffstat (limited to 'src/gui/painting/qprinter.cpp')
-rw-r--r--src/gui/painting/qprinter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/painting/qprinter.cpp b/src/gui/painting/qprinter.cpp
index edf224d..ae21416 100644
--- a/src/gui/painting/qprinter.cpp
+++ b/src/gui/painting/qprinter.cpp
@@ -382,6 +382,7 @@ void QPrinterPrivate::addToManualSetList(QPrintEngine::PrintEnginePropertyKey ke
\value AllPages All pages should be printed.
\value Selection Only the selection should be printed.
\value PageRange The specified page range should be printed.
+ \value CurrentPage Only the current page should be printed.
\sa QAbstractPrintDialog::PrintRange
*/
@@ -571,6 +572,7 @@ void QPrinterPrivate::addToManualSetList(QPrintEngine::PrintEnginePropertyKey ke
\value AllPages All the pages should be printed.
\value Selection Only the selection should be printed.
\value PageRange Print according to the from page and to page options.
+ \value CurrentPage Only the current page should be printed.
\sa setPrintRange(), printRange()
*/
@@ -586,6 +588,7 @@ void QPrinterPrivate::addToManualSetList(QPrintEngine::PrintEnginePropertyKey ke
\value PrintSelection Describes if printing selections should be enabled.
\value PrintPageRange Describes if printing page ranges (from, to) should
be enabled
+ \value PrintCurrentPage if Print Current Page option should be enabled
\sa setOptionEnabled(), isOptionEnabled()
*/