Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
Description
The printsupport code contains two Qt 5 to-do messages:
qtbase/src/printsupport/dialogs/qabstractpagesetupdialog.h
// ### Qt 5: Remove this class class Q_PRINTSUPPORT_EXPORT QAbstractPageSetupDialog : public QDialog
qtbase/src/printsupport/dialogs/qabstractprintdialog.h
// ### Qt 5: remove this class class Q_PRINTSUPPORT_EXPORT QAbstractPrintDialog : public QDialog
As source-incompatible changes are no longer permitted for Qt 5, these comments cannot be actioned now. Therefore, they must either be removed or updated to Qt 6 to-do's.
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed