From 6e4fbda4938ba17a398d15ec0697c8dbb9b9fc40 Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Mon, 15 Jun 2009 17:52:51 +0200 Subject: QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess() Changed to QIODevice::isSequential() Reviewed-by: TrustMe --- src/corelib/io/qfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12