summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-06-15 17:52:51 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-06-15 17:52:51 +0200
commit6e4fbda4938ba17a398d15ec0697c8dbb9b9fc40 (patch)
tree3c1ca38bfdff1c274e9e5b87967920b8f75257ff /src
parent7f374e0d94230c6742b9ef8bf422f7849e0fc013 (diff)
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp
index 10b812b9c2..cc93e8b3f8 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