diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-11-01 11:04:32 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-11-01 11:04:32 (GMT) |
commit | d5d44eb800f1c0be15d49521cf991a1c9466cb78 (patch) | |
tree | eef2d6c7aecf532afb8e1050659efcce8006f1f1 /src/gui/dialogs | |
parent | 5fdbfcaa0ebda0b2062d962734546309c6d2247c (diff) | |
download | Qt-d5d44eb800f1c0be15d49521cf991a1c9466cb78.zip Qt-d5d44eb800f1c0be15d49521cf991a1c9466cb78.tar.gz Qt-d5d44eb800f1c0be15d49521cf991a1c9466cb78.tar.bz2 |
doc: Corrections to linking errors in the docs.
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/qpagesetupdialog.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/dialogs/qpagesetupdialog.cpp b/src/gui/dialogs/qpagesetupdialog.cpp index 5d77de1..141a687 100644 --- a/src/gui/dialogs/qpagesetupdialog.cpp +++ b/src/gui/dialogs/qpagesetupdialog.cpp @@ -104,10 +104,10 @@ class QPageSetupDialogPrivate : public QAbstractPageSetupDialogPrivate This value is obsolete and does nothing since Qt 4.5: - \value DontUseSheet In previous versions of Qt, exec() the page setup dialog - would create a sheet by default if the dialog was given a parent. - This is no longer supported in Qt 4.5. If you want to use sheets, use - QPageSetupDialog::open() instead. + \value DontUseSheet In previous versions of QDialog::exec() the + page setup dialog would create a sheet by default if the dialog + was given a parent. This is no longer supported from Qt 4.5. If + you want to use sheets, use QPageSetupDialog::open() instead. \omitvalue None \omitvalue OwnsPrinter |