From 8a76e0e327ba6330e1520fdd898a7dcf57a9bf2a Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Thu, 24 Nov 2011 16:49:23 +0000 Subject: doc - document symbian behaviour of QFile::link Task-number: ou1cimx1#943243 Reviewed-by: mread --- src/corelib/io/qfile.cpp | 3 +-- 1 file changed, 1 insertion(+), 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() */ -- cgit v0.12