summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfile.cpp
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-06-15 15:52:51 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-06-15 15:52:51 (GMT)
commit6e4fbda4938ba17a398d15ec0697c8dbb9b9fc40 (patch)
tree3c1ca38bfdff1c274e9e5b87967920b8f75257ff /src/corelib/io/qfile.cpp
parent7f374e0d94230c6742b9ef8bf422f7849e0fc013 (diff)
downloadQt-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/corelib/io/qfile.cpp')
-rw-r--r--src/corelib/io/qfile.cpp2
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