From 2c49ea852f7893faae59bbdb59e2806002f0a017 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Fri, 11 May 2012 01:38:45 +0100 Subject: QtCore: remove \link usages Change-Id: I0de764b51a972de0b6eb2bf3c04d2b190f581f52 Reviewed-by: Casper van Donderen --- src/corelib/tools/qlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/tools/qlist.cpp') diff --git a/src/corelib/tools/qlist.cpp b/src/corelib/tools/qlist.cpp index b3514d35ef..72924ef84c 100644 --- a/src/corelib/tools/qlist.cpp +++ b/src/corelib/tools/qlist.cpp @@ -1718,7 +1718,7 @@ void **QListData::erase(void **xi) This function requires the value type to implement \c operator<<(). - \sa \link datastreamformat.html Format of the QDataStream operators \endlink + \sa{Serializing Qt Data Types}{Format of the QDataStream operators} */ /*! \fn QDataStream &operator>>(QDataStream &in, QList &list) @@ -1729,7 +1729,7 @@ void **QListData::erase(void **xi) This function requires the value type to implement \c operator>>(). - \sa \link datastreamformat.html Format of the QDataStream operators \endlink + \sa{Serializing Qt Data Types}{Format of the QDataStream operators} */ /*! \fn QList QList::fromVector(const QVector &vector) -- cgit v1.2.3