Reviewing merge request #2299: QPrintDialog::setPrinter(), QPrintDialog::printer(), QPrintDialog::addButton should be documented as QT3 support member
diff --git a/src/gui/dialogs/qprintdialog.h b/src/gui/dialogs/qprintdialog.h
#if defined (Q_OS_UNIX) && defined (QT3_SUPPORT)
- void setPrinter(QPrinter *, bool = false);
- QPrinter *printer() const;
- void addButton(QPushButton *button);
+ QT3_SUPPORT void setPrinter(QPrinter *, bool = false);
+ QT3_SUPPORT QPrinter *printer() const;
+ QT3_SUPPORT void addButton(QPushButton *button);
#endif
Commits that would be merged:
Version 1
Comments
I'm not sure why 2 older diffs (from another request) appears in this merge request. It should only contain the last one:
0565c3a
Good for me.
Your patch (0565c3a) has been merged in a staging branch of 4.6.x (staging/oslo-¼.6).


Add a new comment:
Login or create an account to post a comment