diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2011-11-24 16:49:23 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2011-11-30 15:24:10 (GMT) |
commit | 8a76e0e327ba6330e1520fdd898a7dcf57a9bf2a (patch) | |
tree | 325a6085f6a745321555213581f56b228e29bd6c /src/corelib/io/qfile.cpp | |
parent | 916076bfec520210966f67ae211af65b21a29dac (diff) | |
download | Qt-8a76e0e327ba6330e1520fdd898a7dcf57a9bf2a.zip Qt-8a76e0e327ba6330e1520fdd898a7dcf57a9bf2a.tar.gz Qt-8a76e0e327ba6330e1520fdd898a7dcf57a9bf2a.tar.bz2 |
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.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp index cdee7ce..09d0c58 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() */ |