diff options
author | Pierre Rossi <pierre.rossi@nokia.com> | 2009-05-06 11:10:30 (GMT) |
---|---|---|
committer | Pierre Rossi <pierre.rossi@nokia.com> | 2009-05-06 11:11:34 (GMT) |
commit | 4258eb4c448f2e68fe5cd428f90e1af0c9268a00 (patch) | |
tree | de3fd0a716573e7bc0056e2e4f7854cdf7d5d24a /src/gui | |
parent | acd5ac35f26b075c48bc04a2db8064fe8bd4be90 (diff) | |
download | Qt-4258eb4c448f2e68fe5cd428f90e1af0c9268a00.zip Qt-4258eb4c448f2e68fe5cd428f90e1af0c9268a00.tar.gz Qt-4258eb4c448f2e68fe5cd428f90e1af0c9268a00.tar.bz2 |
fixed a typo in QPrintDialog documentation
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/dialogs/qabstractprintdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qabstractprintdialog.cpp b/src/gui/dialogs/qabstractprintdialog.cpp index 0dc16c9..5ed8852 100644 --- a/src/gui/dialogs/qabstractprintdialog.cpp +++ b/src/gui/dialogs/qabstractprintdialog.cpp @@ -400,7 +400,7 @@ void QAbstractPrintDialogPrivate::setPrinter(QPrinter *newPrinter) QAbstractPrintDialog::setEnabledOptions() and QAbstractPrintDialog::addEnabledOption() have no effect. - In Qt 4.4, it was possible to use the satic functions to show a sheet on + 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 functionality, use QPrintDialog::open(). |