Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
4.6.1
-
None
-
Ubuntu, desktop
Description
From qt/src/gui/dialogs/qprintdialog.h
From:
#if defined (Q_OS_UNIX) && defined (QT3_SUPPORT)
void setPrinter(QPrinter *, bool = false);
QPrinter *printer() const;
void addButton(QPushButton *button);
#endif
To:
#if defined (Q_OS_UNIX) && defined (QT3_SUPPORT)
QT3_SUPPORT void setPrinter(QPrinter *, bool = false);
QT3_SUPPORT QPrinter *printer() const;
QT3_SUPPORT void addButton(QPushButton *button);
#endif