summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-10-20 09:37:27 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-10-20 09:39:03 (GMT)
commita95375593228e00186dbd50a04736bb32a24730e (patch)
tree9a2d33cd5b7c950d830791cf16dc0c86ddd57a61
parentb2c51304a238845da35f20953ace0f4a291ceabc (diff)
downloadQt-a95375593228e00186dbd50a04736bb32a24730e.zip
Qt-a95375593228e00186dbd50a04736bb32a24730e.tar.gz
Qt-a95375593228e00186dbd50a04736bb32a24730e.tar.bz2
Doc update for QDir::rootPath and QDir::homePath in Symbian.
Task-number: QTBUG-4867 Reviewed-by: Aleksandar Sasha Babic
-rw-r--r--src/corelib/io/qdir.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/corelib/io/qdir.cpp b/src/corelib/io/qdir.cpp
index a67b3bd..59db9a6 100644
--- a/src/corelib/io/qdir.cpp
+++ b/src/corelib/io/qdir.cpp
@@ -1930,7 +1930,7 @@ QString QDir::currentPath()
Under non-Windows operating systems the \c HOME environment
variable is used if it exists, otherwise the path returned by the
- rootPath().
+ rootPath(). On Symbian always the same as the path returned by the rootPath().
\sa home(), currentPath(), rootPath(), tempPath()
*/
@@ -2002,7 +2002,8 @@ QString QDir::tempPath()
Returns the absolute path of the root directory.
For Unix operating systems this returns "/". For Windows file
- systems this normally returns "c:/".
+ systems this normally returns "c:/". On Symbian this typically returns
+ "c:/data", i.e. the same as native PathInfo::PhoneMemoryRootPath().
\sa root(), drives(), currentPath(), homePath(), tempPath()
*/