diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-05-29 08:22:24 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-05-29 09:59:05 (GMT) |
commit | 21902669ee527efeb17c1bfb1b167eed94495e96 (patch) | |
tree | c981e7869ca73635cef6bd87f6852c2c5cf480fa | |
parent | 4c06a1248e1d0cf3348ff4a5e18f002801a3da42 (diff) | |
download | Qt-21902669ee527efeb17c1bfb1b167eed94495e96.zip Qt-21902669ee527efeb17c1bfb1b167eed94495e96.tar.gz Qt-21902669ee527efeb17c1bfb1b167eed94495e96.tar.bz2 |
Doc - marked QFileDialog::setOption() with the since 4.5 tag.
Task-number: 254549
Reviewed-by: TrustMe
(cherry picked from commit f67bc13bc8e2d2c76d7d9f12abb1dbda85abe337)
-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 43e2d06..853061f 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() */ |