QFileDialog docs: remove misleading sentence about static functions
Native dialogs are used whenever possible, not just when the dialog is instantiated via the static function. Task-number: QTBUG-36657 Change-Id: Ibad67114e67f8e2f9956037f8469542c72bfd8ea Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>bb10
parent
77b40ab79b
commit
276036179a
|
|
@ -89,9 +89,7 @@ Q_GLOBAL_STATIC(QString, lastVisitedDir)
|
|||
The QFileDialog class enables a user to traverse the file system in
|
||||
order to select one or many files or a directory.
|
||||
|
||||
The easiest way to create a QFileDialog is to use the static
|
||||
functions. On Windows, Mac OS X, KDE and GNOME, these static functions will
|
||||
call the native file dialog when possible.
|
||||
The easiest way to create a QFileDialog is to use the static functions.
|
||||
|
||||
\snippet code/src_gui_dialogs_qfiledialog.cpp 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue