summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/dialogs/qabstractprintdialog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/dialogs/qabstractprintdialog.cpp b/src/gui/dialogs/qabstractprintdialog.cpp
index 22a311de0f..f8a613102f 100644
--- a/src/gui/dialogs/qabstractprintdialog.cpp
+++ b/src/gui/dialogs/qabstractprintdialog.cpp
@@ -458,6 +458,10 @@ void QAbstractPrintDialog::setOptionTabs(const QList<QWidget*> &tabs)
is shown with exec(), done() causes the local event loop to finish,
and exec() to return \a result.
+ \note This function does not apply to the Native Print Dialog on the Mac
+ OS X and Windows platforms, because the dialog is required to be modal
+ and only the user can close it.
+
\sa QDialog::done()
*/
void QPrintDialog::done(int result)