diff options
Diffstat (limited to 'src/corelib/tools/qpair.qdoc')
-rw-r--r-- | src/corelib/tools/qpair.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qpair.qdoc b/src/corelib/tools/qpair.qdoc index c9cbb29..34c43ed 100644 --- a/src/corelib/tools/qpair.qdoc +++ b/src/corelib/tools/qpair.qdoc @@ -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} */ |