diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-08-23 09:58:59 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-08-23 09:58:59 (GMT) |
commit | 1508c8d581e04a7bcb6773308e4528cb93c2c18c (patch) | |
tree | 66ed314f50c1af89cffd5f6f3dc378296cc9fb4f /src/corelib | |
parent | 04addd57742141f3f937722c1477ec7152bb888b (diff) | |
download | Qt-1508c8d581e04a7bcb6773308e4528cb93c2c18c.zip Qt-1508c8d581e04a7bcb6773308e4528cb93c2c18c.tar.gz Qt-1508c8d581e04a7bcb6773308e4528cb93c2c18c.tar.bz2 |
Doc: Said that QIODevice::isSequential returns false by default
Task-number: QTBUG-18174
Diffstat (limited to 'src/corelib')
-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 |