From 0179bc8e688714b33e4f14780578f630e8ddcd7b Mon Sep 17 00:00:00 2001 From: axis Date: Fri, 21 Aug 2009 10:41:51 +0200 Subject: Fixed documentation. Private directory is not always in C-drive. RevBy: Trust me --- src/corelib/kernel/qcoreapplication.cpp | 5 ++--- 1 file 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() */ -- cgit v0.12