summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-08-23 19:23:47 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-08-23 19:23:47 (GMT)
commiteb56902b1cd1fb1a5874db0eb5db45f040d53dd6 (patch)
tree66ed314f50c1af89cffd5f6f3dc378296cc9fb4f
parent82c1fa8d8b03e804a4857e873fa65facfc8c164d (diff)
parent1508c8d581e04a7bcb6773308e4528cb93c2c18c (diff)
downloadQt-eb56902b1cd1fb1a5874db0eb5db45f040d53dd6.zip
Qt-eb56902b1cd1fb1a5874db0eb5db45f040d53dd6.tar.gz
Qt-eb56902b1cd1fb1a5874db0eb5db45f040d53dd6.tar.bz2
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-doc-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-doc-team: Doc: Said that QIODevice::isSequential returns false by default
-rw-r--r--src/corelib/io/qiodevice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/qiodevice.cpp b/src/corelib/io/qiodevice.cpp
index ea00cb4..dae4e82 100644
--- a/src/corelib/io/qiodevice.cpp
+++ b/src/corelib/io/qiodevice.cpp
@@ -423,6 +423,8 @@ QIODevice::~QIODevice()
seeking backwards and forwards in the data stream. Regular files
are non-sequential.
+ The QIODevice implementation returns false.
+
\sa bytesAvailable()
*/
bool QIODevice::isSequential() const