diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-06-15 15:52:51 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-06-15 15:52:51 (GMT) |
commit | 6e4fbda4938ba17a398d15ec0697c8dbb9b9fc40 (patch) | |
tree | 3c1ca38bfdff1c274e9e5b87967920b8f75257ff /src | |
parent | 7f374e0d94230c6742b9ef8bf422f7849e0fc013 (diff) | |
download | Qt-6e4fbda4938ba17a398d15ec0697c8dbb9b9fc40.zip Qt-6e4fbda4938ba17a398d15ec0697c8dbb9b9fc40.tar.gz Qt-6e4fbda4938ba17a398d15ec0697c8dbb9b9fc40.tar.bz2 |
QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess()
Changed to QIODevice::isSequential()
Reviewed-by: TrustMe
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/io/qfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp index 10b812b..cc93e8b 100644 --- a/src/corelib/io/qfile.cpp +++ b/src/corelib/io/qfile.cpp @@ -1026,7 +1026,7 @@ bool QFile::open(OpenMode mode) \bold{Warning:} \list 1 \o If \a fh is \c stdin, \c stdout, or \c stderr, you may not be able - to seek(). See QIODevice::isSequentialAccess() for more information. + to seek(). See QIODevice::isSequential() for more information. \o Since this function opens the file without specifying the file name, you cannot use this QFile with a QFileInfo. \endlist |