From 1d1b1391d81bd4328de5c4818e86a91fb8fe5133 Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Wed, 7 Mar 2012 15:34:23 +0000 Subject: Fix documentation error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/corelib/io/qfile.cpp | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v0.12