summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Kearns <ext-shane.2.kearns@nokia.com>2012-03-07 15:34:23 +0000
committerQt by Nokia <qt-info@nokia.com>2012-03-13 23:30:31 +0100
commit1d1b1391d81bd4328de5c4818e86a91fb8fe5133 (patch)
treee703db0358cd7c8830f063e04c816076a3728c25
parenta3a2ff59284840f1980197e3f6d06d99fcc0f512 (diff)
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>
-rw-r--r--src/corelib/io/qfile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp
index c8b349a52d..c4bc612fab 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.