PrintSupport - Remove Qt5 To-do Messages
Task-number: QTBUG-25085 Change-Id: I4cf3cc4827f5cc0eeade36cfde94472fab3abb92 Reviewed-by: John Layt <jlayt@kde.org>bb10
parent
5fc7490f95
commit
886aea1250
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue