summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-06-15 15:52:51 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-06-16 02:32:18 (GMT)
commitee3d68021dcca83f5dfbfebd74a84a531c226b8a (patch)
tree2a0a23dab2934695ca6c16b285036d71142adc3e
parentd770973444d618352c22dfa1ce71fa67e8ec9efa (diff)
downloadQt-ee3d68021dcca83f5dfbfebd74a84a531c226b8a.zip
Qt-ee3d68021dcca83f5dfbfebd74a84a531c226b8a.tar.gz
Qt-ee3d68021dcca83f5dfbfebd74a84a531c226b8a.tar.bz2
QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess()
Changed to QIODevice::isSequential() Reviewed-by: TrustMe (cherry picked from commit 6e4fbda4938ba17a398d15ec0697c8dbb9b9fc40)
-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 800fc7b..f9bd946 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