diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-01-29 10:41:28 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-01-29 10:42:51 (GMT) |
commit | d98d31ca34a84a03dbac20fbf1dc88c0f8fd93cb (patch) | |
tree | 9529bf9329016464657c11ca04628d260d2e24ec /src | |
parent | 9bedadea5b4705da0410b1bf3e24750ec8983688 (diff) | |
download | Qt-d98d31ca34a84a03dbac20fbf1dc88c0f8fd93cb.zip Qt-d98d31ca34a84a03dbac20fbf1dc88c0f8fd93cb.tar.gz Qt-d98d31ca34a84a03dbac20fbf1dc88c0f8fd93cb.tar.bz2 |
Doc fix. No need to put something deprecated if it's not.
Reviewed-by:TrustMe
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/dialogs/qfiledialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/dialogs/qfiledialog.cpp b/src/gui/dialogs/qfiledialog.cpp index 21650bb..089e04a 100644 --- a/src/gui/dialogs/qfiledialog.cpp +++ b/src/gui/dialogs/qfiledialog.cpp @@ -229,11 +229,10 @@ Q_GUI_EXPORT _qt_filedialog_save_filename_hook qt_filedialog_save_filename_hook \value ReadOnly Indicates that the model is readonly. \value HideNameFilterDetails Indicates if the is hidden or not. - This value is obsolete and does nothing since Qt 4.5: \value DontUseSheet In previous versions of Qt, the static functions would create a sheet by default if the static function - was given a parent. This is no longer supported in Qt 4.5, The + was given a parent. This is no longer supported and does nothing in Qt 4.5, The static functions will always be an application modal dialog. If you want to use sheets, use QFileDialog::open() instead. |