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>
This commit is contained in:
Xizhi Zhu 2012-01-23 12:12:00 +01:00 committed by Qt by Nokia
parent 26e92680e9
commit dc39531acc
2 changed files with 0 additions and 5 deletions

View File

@ -575,8 +575,6 @@ void QNetworkSession::migrate()
*/
void QNetworkSession::ignore()
{
// Needed on mobile platforms (was needed for Symbian/S60): the roaming must be explicitly
// ignore()'d or migrate()'d
if (d)
d->ignore();
}

View File

@ -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.