diff options
author | David Boddie <david.boddie@nokia.com> | 2011-06-30 18:24:38 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-06-30 18:24:38 (GMT) |
commit | f8b3ea2988bb57e67d38cfc00d2fbfb950564421 (patch) | |
tree | cf12929b4f8295f391f0e144ab5406ae32eb334f /src/corelib/io/qfile.cpp | |
parent | 6b3f2a3b96d01dc339d07a076300d29616603b28 (diff) | |
download | Qt-f8b3ea2988bb57e67d38cfc00d2fbfb950564421.zip Qt-f8b3ea2988bb57e67d38cfc00d2fbfb950564421.tar.gz Qt-f8b3ea2988bb57e67d38cfc00d2fbfb950564421.tar.bz2 |
Doc: Updated documentation with \since 4.8 declarations.
Diffstat (limited to 'src/corelib/io/qfile.cpp')
-rw-r--r-- | src/corelib/io/qfile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp index 66edf58..929b2f9 100644 --- a/src/corelib/io/qfile.cpp +++ b/src/corelib/io/qfile.cpp @@ -358,6 +358,7 @@ QFilePrivate::setError(QFile::FileError err, int errNum) /*! \enum QFile::FileHandleFlag + \since 4.8 This enum is used when opening a file to specify additional options which only apply to files and not to a generic @@ -1657,6 +1658,7 @@ 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. |