diff options
author | Shane Kearns <ext-shane.2.kearns@nokia.com> | 2012-03-07 15:34:23 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-13 22:30:31 (GMT) |
commit | 1d1b1391d81bd4328de5c4818e86a91fb8fe5133 (patch) | |
tree | e703db0358cd7c8830f063e04c816076a3728c25 /src/corelib | |
parent | a3a2ff59284840f1980197e3f6d06d99fcc0f512 (diff) | |
download | Qt-1d1b1391d81bd4328de5c4818e86a91fb8fe5133.zip Qt-1d1b1391d81bd4328de5c4818e86a91fb8fe5133.tar.gz Qt-1d1b1391d81bd4328de5c4818e86a91fb8fe5133.tar.bz2 |
Fix documentation error
The function wasn't introduced in 4.8, we just documented its
behaviour properly in that release.
Change-Id: I0560be978612eaed4e632ea191c4b2ba19b4e7a8
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/io/qfile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp index c8b349a..c4bc612 100644 --- a/src/corelib/io/qfile.cpp +++ b/src/corelib/io/qfile.cpp @@ -1669,7 +1669,6 @@ bool QFile::atEnd() const /*! \fn bool QFile::seek(qint64 pos) - \since 4.8 For random-access devices, this function sets the current position to \a pos, returning true on success, or false if an error occurred. |