summaryrefslogtreecommitdiffstats
path: root/src/network/socket
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@gmail.com>2012-01-23 12:12:00 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-24 01:09:25 +0100
commitdc39531acc9898121a1d802d3cae6af8e6536460 (patch)
tree91eb38128005aeb457eec808fff91ff82b165546 /src/network/socket
parent26e92680e90874415020ba64674c11b075ada6bb (diff)
Remove reference to Symbian in QtNetwork.
Change-Id: Iae377505e36ae1239be7ce52c773dc2a4f4a9767 Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/network/socket')
-rw-r--r--src/network/socket/qudpsocket.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/network/socket/qudpsocket.cpp b/src/network/socket/qudpsocket.cpp
index ae3ce95c7f..6da5d33dc0 100644
--- a/src/network/socket/qudpsocket.cpp
+++ b/src/network/socket/qudpsocket.cpp
@@ -318,9 +318,6 @@ qint64 QUdpSocket::pendingDatagramSize() const
fragmented by the IP layer before arriving at their final
destination.
- \warning In S60 5.0 and earlier versions, the writeDatagram return
- value is not reliable for large datagrams.
-
\warning Calling this function on a connected UDP socket may
result in an error and no packet being sent. If you are using a
connected socket, use write() to send datagrams.