summaryrefslogtreecommitdiff
path: root/src/gui/dialogs/qfiledialog.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2011-02-02 13:40:59 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2011-02-02 14:04:43 +0200
commit5b89e67619d15e817a81c8f39072a210c7cd5f4c (patch)
treeda0f978a0a4ddef0e2f394d8c4d98cd052e4e8f4 /src/gui/dialogs/qfiledialog.cpp
parenta2947892482bc2eee4d29e17f21423be8fc1ded5 (diff)
downloadqt4-tools-5b89e67619d15e817a81c8f39072a210c7cd5f4c.tar.gz
Fix few QFileDialog static method issues in Symbian^3
- The selected file path now uses slashes instead of Symbian native backslashes as directory separator. - If default file is specified in dir parameter of getSaveFileName in addition to directory, that will be used as default suggested filename. - Clarified documentation a bit. Task-number: QTBUG-17135 Reviewed-by: Janne Koskinen
Diffstat (limited to 'src/gui/dialogs/qfiledialog.cpp')
-rw-r--r--src/gui/dialogs/qfiledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfiledialog.cpp b/src/gui/dialogs/qfiledialog.cpp
index 5ff8d1ee5e..27c58a5460 100644
--- a/src/gui/dialogs/qfiledialog.cpp
+++ b/src/gui/dialogs/qfiledialog.cpp
@@ -1770,7 +1770,7 @@ QString QFileDialog::getOpenFileName(QWidget *parent,
On Symbian^3 the parameter \a selectedFilter has no meaning and the
\a options parameter is only used to define if the native file dialog is
- used.
+ used. On Symbian^3, this function can only return a single filename.
\warning Do not delete \a parent during the execution of the dialog. If you
want to do this, you should create the dialog yourself using one of the