src/gui/dialogs/qabstractprintdialog.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/src/gui/dialogs/qabstractprintdialog.h	Mon Jun 21 22:38:13 2010 +0100
+++ b/src/gui/dialogs/qabstractprintdialog.h	Thu Jul 22 16:41:55 2010 +0100
@@ -65,7 +65,8 @@
     enum PrintRange {
         AllPages,
         Selection,
-        PageRange
+        PageRange,
+        CurrentPage
     };
 
     enum PrintDialogOption {
@@ -75,7 +76,8 @@
         PrintPageRange          = 0x0004,
         PrintShowPageSize       = 0x0008,
         PrintCollateCopies      = 0x0010,
-        DontUseSheet            = 0x0020
+        DontUseSheet            = 0x0020,
+        PrintCurrentPage        = 0x0040
     };
 
     Q_DECLARE_FLAGS(PrintDialogOptions, PrintDialogOption)