diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 13:31:15 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 13:31:15 (GMT) |
commit | 04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20 (patch) | |
tree | 233708b67a5bd65315fd9d86837da9e038aba4ba /src/gui/dialogs/qabstractprintdialog.cpp | |
parent | e04323202c2ca99b1ec879d47af25a5d021d7647 (diff) | |
download | Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.zip Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.tar.gz Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.tar.bz2 |
Doc: Replace links to obsolete APIs.
Diffstat (limited to 'src/gui/dialogs/qabstractprintdialog.cpp')
-rw-r--r-- | src/gui/dialogs/qabstractprintdialog.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/dialogs/qabstractprintdialog.cpp b/src/gui/dialogs/qabstractprintdialog.cpp index 2ffc400..beb6918 100644 --- a/src/gui/dialogs/qabstractprintdialog.cpp +++ b/src/gui/dialogs/qabstractprintdialog.cpp @@ -395,10 +395,8 @@ void QAbstractPrintDialogPrivate::setPrinter(QPrinter *newPrinter) On Windows and Mac OS X, the native print dialog is used, which means that some QWidget and QDialog properties set on the dialog won't be respected. - The native print dialog on - Mac OS X does not support setting printer options, i.e. - QAbstractPrintDialog::setEnabledOptions() and - QAbstractPrintDialog::addEnabledOption() have no effect. + The native print dialog on Mac OS X does not support setting printer options, + i.e. setOptions() and setOption() have no effect. In Qt 4.4, it was possible to use the static functions to show a sheet on Mac OS X. This is no longer supported in Qt 4.5. If you want this |