diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-19 11:36:39 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-19 11:36:39 (GMT) |
commit | 58ba7dc8a05353294e1530e1a94de7c9f130a845 (patch) | |
tree | 2aa3623311cb7411655d19344fece30f77b6b811 /src/corelib/tools/qpair.qdoc | |
parent | 397a0b223aa4e88ce7985e7721a2b08ba7335cac (diff) | |
download | Qt-58ba7dc8a05353294e1530e1a94de7c9f130a845.zip Qt-58ba7dc8a05353294e1530e1a94de7c9f130a845.tar.gz Qt-58ba7dc8a05353294e1530e1a94de7c9f130a845.tar.bz2 |
doc: Fixed many broken links.
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} */ |