summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-08-21 08:41:51 (GMT)
committeraxis <qt-info@nokia.com>2009-08-21 08:41:51 (GMT)
commit0179bc8e688714b33e4f14780578f630e8ddcd7b (patch)
tree3067c4b2b871df304c0fdbee64247ab723716c92
parent741c4f5b5d6b46096aaefc6b77a8224aa66d4e7b (diff)
downloadQt-0179bc8e688714b33e4f14780578f630e8ddcd7b.zip
Qt-0179bc8e688714b33e4f14780578f630e8ddcd7b.tar.gz
Qt-0179bc8e688714b33e4f14780578f630e8ddcd7b.tar.bz2
Fixed documentation.
Private directory is not always in C-drive. RevBy: Trust me
-rw-r--r--src/corelib/kernel/qcoreapplication.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp
index 81a1d68..88306bf 100644
--- a/src/corelib/kernel/qcoreapplication.cpp
+++ b/src/corelib/kernel/qcoreapplication.cpp
@@ -1768,9 +1768,8 @@ bool QCoreApplicationPrivate::isTranslatorInstalled(QTranslator *translator)
function also assumes that the current directory has not been
changed by the application.
- In Symbian this function will return the application private directory
- in C-drive, not the path to executable itself, as those are always in
- /sys/bin.
+ In Symbian this function will return the application private directory,
+ not the path to executable itself, as those are always in \c {/sys/bin}.
\sa applicationFilePath()
*/