PrintSupport - Remove Qt5 To-do Messages

Task-number: QTBUG-25085
Change-Id: I4cf3cc4827f5cc0eeade36cfde94472fab3abb92
Reviewed-by: John Layt <jlayt@kde.org>
bb10
John Layt 2012-04-19 20:03:05 +01:00 committed by Qt by Nokia
parent 5fc7490f95
commit 886aea1250
2 changed files with 2 additions and 2 deletions

View 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)

View 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)