summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdatastream.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-10-20 16:49:31 +0200
committerNico Vertriest <nico.vertriest@digia.com>2014-10-28 13:08:29 +0100
commit070b183dbc025105f8d9aab44e4d5866686b653c (patch)
tree3fd559a0a70d5c84173faab300735914e54df64a /src/corelib/io/qdatastream.cpp
parent50cadb87e8f7f8a9e064c86753f348a1e0f9c485 (diff)
Doc: removed reference to obsolete classes
QSocket and QSocketDevice are not part of Qt 5.4 Task-number: QTBUG-40362 Change-Id: Ieffd992c203af94cac0eb21a630b6ac98754f358 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/corelib/io/qdatastream.cpp')
-rw-r--r--src/corelib/io/qdatastream.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/io/qdatastream.cpp b/src/corelib/io/qdatastream.cpp
index 49526ea2d5..beaafe4762 100644
--- a/src/corelib/io/qdatastream.cpp
+++ b/src/corelib/io/qdatastream.cpp
@@ -261,12 +261,6 @@ QDataStream::QDataStream()
/*!
Constructs a data stream that uses the I/O device \a d.
- \warning If you use QSocket or QSocketDevice as the I/O device \a d
- for reading data, you must make sure that enough data is available
- on the socket for the operation to successfully proceed;
- QDataStream does not have any means to handle or recover from
- short-reads.
-
\sa setDevice(), device()
*/