summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfile.cpp
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-11-24 16:49:23 +0000
committerShane Kearns <shane.kearns@accenture.com>2011-11-30 15:24:10 +0000
commit8a76e0e327ba6330e1520fdd898a7dcf57a9bf2a (patch)
tree325a6085f6a745321555213581f56b228e29bd6c /src/corelib/io/qfile.cpp
parent916076bfec520210966f67ae211af65b21a29dac (diff)
doc - document symbian behaviour of QFile::link
Task-number: ou1cimx1#943243 Reviewed-by: mread
Diffstat (limited to 'src/corelib/io/qfile.cpp')
-rw-r--r--src/corelib/io/qfile.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp
index cdee7cee81..09d0c589f9 100644
--- a/src/corelib/io/qfile.cpp
+++ b/src/corelib/io/qfile.cpp
@@ -824,8 +824,7 @@ QFile::rename(const QString &oldName, const QString &newName)
\note To create a valid link on Windows, \a linkName must have a \c{.lnk} file extension.
- \note On Symbian, no link is created and false is returned if fileName()
- currently specifies a directory.
+ \note Symbian filesystem does not support links.
\sa setFileName()
*/