diff -r b72c6db6890b -r 5dc02b23752f src/corelib/tools/qpair.qdoc --- 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 &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} */