diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-24 10:58:40 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-24 10:58:40 (GMT) |
commit | b8ca627021128eff511c891fdb7553c40021528b (patch) | |
tree | 9c27a148ff00038c27bda913e6b8ef208faf07ee /src/corelib/io/qdir.cpp | |
parent | 67a4940fb21b3836d79ed0d377d9c2470de39c48 (diff) | |
parent | a28db67043f46fb9fc6536af9786fd77d2e346b3 (diff) | |
download | Qt-b8ca627021128eff511c891fdb7553c40021528b.zip Qt-b8ca627021128eff511c891fdb7553c40021528b.tar.gz Qt-b8ca627021128eff511c891fdb7553c40021528b.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public
Diffstat (limited to 'src/corelib/io/qdir.cpp')
-rw-r--r-- | src/corelib/io/qdir.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/io/qdir.cpp b/src/corelib/io/qdir.cpp index f9a1aca..2ab3022 100644 --- a/src/corelib/io/qdir.cpp +++ b/src/corelib/io/qdir.cpp @@ -1930,8 +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() function is used, except in Symbian, where c:\\data is - returned. + rootPath(). \sa home(), currentPath(), rootPath(), tempPath() */ |