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
Shawn Rutledge 2014-08-05 11:33:48 +02:00
parent 77b40ab79b
commit 276036179a
1 changed files with 1 additions and 3 deletions

View File

@ -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