diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-03-15 11:12:10 (GMT) |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-03-15 12:48:30 (GMT) |
commit | df285c2b98a305b38e878337a205e952ecb0a555 (patch) | |
tree | 2a7c42b505d242c6a03c269c80067b38dc62d589 /src | |
parent | 363e4f06bea8dbe9879bc2fc6328f37815233196 (diff) | |
download | Qt-df285c2b98a305b38e878337a205e952ecb0a555.zip Qt-df285c2b98a305b38e878337a205e952ecb0a555.tar.gz Qt-df285c2b98a305b38e878337a205e952ecb0a555.tar.bz2 |
doc: Completed sentence about HideNameFilterDetails
Reviewed-by: David Boddie
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/dialogs/qfiledialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfiledialog.cpp b/src/gui/dialogs/qfiledialog.cpp index 089e04a..ef2b223 100644 --- a/src/gui/dialogs/qfiledialog.cpp +++ b/src/gui/dialogs/qfiledialog.cpp @@ -228,7 +228,8 @@ 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. + \value HideNameFilterDetails Indicates if the file name filter details are + hidden or not. \value DontUseSheet In previous versions of Qt, the static functions would create a sheet by default if the static function |