summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2012-02-03 22:53:31 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-02-08 08:20:27 (GMT)
commit80cebfde10cf34dcc0777c24f1b3ff37cad20181 (patch)
treedf90859850d6a6d23434f0c82146c3b788f708bb /src/corelib
parentff2de5928b1031d6946807f1e119b0765bc755c8 (diff)
downloadQt-80cebfde10cf34dcc0777c24f1b3ff37cad20181.zip
Qt-80cebfde10cf34dcc0777c24f1b3ff37cad20181.tar.gz
Qt-80cebfde10cf34dcc0777c24f1b3ff37cad20181.tar.bz2
Some small doc fixes, typos and removal of one incorrect paragraph
The QTextStream paragraph that is removed referred to something that is incorrect. This was confirmed for Windows, Linux and Mac. Change-Id: Ibac8f82482f2060308b5b8485d6da228bdf52fe6 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/io/qtextstream.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/io/qtextstream.cpp b/src/corelib/io/qtextstream.cpp
index 194e987..adef0b0 100644
--- a/src/corelib/io/qtextstream.cpp
+++ b/src/corelib/io/qtextstream.cpp
@@ -66,11 +66,6 @@ static const int QTEXTSTREAM_BUFFERSIZE = 16384;
\snippet doc/src/snippets/code/src_corelib_io_qtextstream.cpp 1
- Note that you cannot use QTextStream::atEnd(), which returns true when you
- have reached the end of the data stream, with stdin. The reason for this is
- that as long as stdin doesn't give any input to the QTextStream, \c atEnd()
- will return true even if the stdin is open and waiting for more characters.
-
Besides using QTextStream's constructors, you can also set the
device or string QTextStream operates on by calling setDevice() or
setString(). You can seek to a position by calling seek(), and