--- a/src/gui/dialogs/qabstractprintdialog.h Wed Jun 23 19:07:03 2010 +0300
+++ b/src/gui/dialogs/qabstractprintdialog.h Tue Jul 06 15:10:48 2010 +0300
@@ -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)