src/corelib/tools/qpair.qdoc
changeset 30 5dc02b23752f
parent 18 2f34d5167611
child 33 3e2da88830cd
--- a/src/corelib/tools/qpair.qdoc	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/corelib/tools/qpair.qdoc	Tue Jul 06 15:10:48 2010 +0300
@@ -214,7 +214,7 @@
 
     This function requires the T1 and T2 types to implement \c operator>>().
 
-    \sa {Format of the QDataStream operators}
+    \sa {Serializing Qt Data Types}
 */
 
 /*! \fn QDataStream &operator<<(QDataStream &out, const QPair<T1, T2> &pair)
@@ -225,5 +225,5 @@
 
     This function requires the T1 and T2 types to implement \c operator<<().
 
-    \sa {Format of the QDataStream operators}
+    \sa {Serializing Qt Data Types}
 */