src/network/kernel/qhostaddress.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
child 33 3e2da88830cd
--- 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)
 {