summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-05-29 10:22:24 +0200
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-05-29 10:22:24 +0200
commitf67bc13bc8e2d2c76d7d9f12abb1dbda85abe337 (patch)
tree6d96976bd99a631f8e71e94b814e209ad22bf6ee /src/gui
parent2a986b86f841b798cc754fe5c5390c6fee95ce71 (diff)
Doc - marked QFileDialog::setOption() with the since 4.5 tag.
Task-number: 254549 Reviewed-by: TrustMe
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/dialogs/qfiledialog.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/dialogs/qfiledialog.cpp b/src/gui/dialogs/qfiledialog.cpp
index d4d0136676..405e71ef16 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()
*/