PrintSupport - Remove Qt5 To-do Messages
authorJohn Layt <jlayt@kde.org>
Thu, 19 Apr 2012 19:03:05 +0000 (20:03 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 19 Apr 2012 20:15:16 +0000 (22:15 +0200)
Task-number: QTBUG-25085
Change-Id: I4cf3cc4827f5cc0eeade36cfde94472fab3abb92
Reviewed-by: John Layt <jlayt@kde.org>
src/printsupport/dialogs/qabstractpagesetupdialog.h
src/printsupport/dialogs/qabstractprintdialog.h

index fce0d88..7f9286b 100644 (file)
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
 class QAbstractPageSetupDialogPrivate;
 class QPrinter;
 
-// ### Qt 5: Remove this class
+// ### QtPrintNG: merge this class with QPageSetupDialog
 class Q_PRINTSUPPORT_EXPORT QAbstractPageSetupDialog : public QDialog
 {
     Q_DECLARE_PRIVATE(QAbstractPageSetupDialog)
index 564216a..9d7318e 100644 (file)
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
 class QAbstractPrintDialogPrivate;
 class QPrinter;
 
-// ### Qt 5: remove this class
+// ### QtPrintNG: merge this class with QPrintDialog
 class Q_PRINTSUPPORT_EXPORT QAbstractPrintDialog : public QDialog
 {
     Q_DECLARE_PRIVATE(QAbstractPrintDialog)