src/network/kernel/qhostaddress.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
--- a/src/network/kernel/qhostaddress.cpp	Mon Jun 21 22:38:13 2010 +0100
+++ b/src/network/kernel/qhostaddress.cpp	Thu Jul 22 16:41:55 2010 +0100
@@ -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)
 {