diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-08-23 19:23:47 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-08-23 19:23:47 (GMT) |
commit | eb56902b1cd1fb1a5874db0eb5db45f040d53dd6 (patch) | |
tree | 66ed314f50c1af89cffd5f6f3dc378296cc9fb4f | |
parent | 82c1fa8d8b03e804a4857e873fa65facfc8c164d (diff) | |
parent | 1508c8d581e04a7bcb6773308e4528cb93c2c18c (diff) | |
download | Qt-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.cpp | 2 |
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 |