summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdatastream.cpp
diff options
context:
space:
mode:
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 8d757a7773..60f04ce4f1 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()
*/