diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-05-29 08:22:24 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-05-29 08:22:24 (GMT) |
commit | f67bc13bc8e2d2c76d7d9f12abb1dbda85abe337 (patch) | |
tree | 6d96976bd99a631f8e71e94b814e209ad22bf6ee /src/gui/dialogs/qfiledialog.cpp | |
parent | 2a986b86f841b798cc754fe5c5390c6fee95ce71 (diff) | |
download | Qt-f67bc13bc8e2d2c76d7d9f12abb1dbda85abe337.zip Qt-f67bc13bc8e2d2c76d7d9f12abb1dbda85abe337.tar.gz Qt-f67bc13bc8e2d2c76d7d9f12abb1dbda85abe337.tar.bz2 |
Doc - marked QFileDialog::setOption() with the since 4.5 tag.
Task-number: 254549
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/dialogs/qfiledialog.cpp')
-rw-r--r-- | src/gui/dialogs/qfiledialog.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/dialogs/qfiledialog.cpp b/src/gui/dialogs/qfiledialog.cpp index d4d0136..405e71e 100644 --- a/src/gui/dialogs/qfiledialog.cpp +++ b/src/gui/dialogs/qfiledialog.cpp @@ -565,8 +565,9 @@ bool QFileDialogPrivate::canBeNativeDialog() } /*! - Sets the given \a option to be enabled if \a on is true; - otherwise, clears the given \a option. + \since 4.5 + Sets the given \a option to be enabled if \a on is true; otherwise, + clears the given \a option. \sa options, testOption() */ |