--- a/src/network/kernel/qhostaddress.cpp Wed Jun 23 19:07:03 2010 +0300
+++ b/src/network/kernel/qhostaddress.cpp Tue Jul 06 15:10:48 2010 +0300
@@ -1097,7 +1097,7 @@
Writes host address \a address to the stream \a out and returns a reference
to the stream.
- \sa {Format of the QDataStream operators}
+ \sa {Serializing Qt Data Types}
*/
QDataStream &operator<<(QDataStream &out, const QHostAddress &address)
{
@@ -1127,7 +1127,7 @@
Reads a host address into \a address from the stream \a in and returns a
reference to the stream.
- \sa {Format of the QDataStream operators}
+ \sa {Serializing Qt Data Types}
*/
QDataStream &operator>>(QDataStream &in, QHostAddress &address)
{