summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qabstractprintdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/qabstractprintdialog.cpp')
-rw-r--r--src/gui/dialogs/qabstractprintdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/qabstractprintdialog.cpp b/src/gui/dialogs/qabstractprintdialog.cpp
index 4b495d1132..6c9c61ebae 100644
--- a/src/gui/dialogs/qabstractprintdialog.cpp
+++ b/src/gui/dialogs/qabstractprintdialog.cpp
@@ -79,7 +79,7 @@ class QPrintDialogPrivate : public QAbstractPrintDialogPrivate
\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 currently visible page should be printed.
+ \value CurrentPage Only the currently visible page should be printed. (This value was introduced in 4.7.)
\sa QPrinter::PrintRange
*/
@@ -95,7 +95,7 @@ class QPrintDialogPrivate : public QAbstractPrintDialogPrivate
\value PrintPageRange The page range selection option is enabled.
\value PrintShowPageSize Show the page size + margins page only if this is enabled.
\value PrintCollateCopies The collate copies option is enabled
- \value PrintCurrentPage The print current page option is enabled
+ \value PrintCurrentPage The print current page option is enabled (This value was introduced in 4.7.)
This value is obsolete and does nothing since Qt 4.5: