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/qlinkedlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/tools/qlinkedlist.cpp') diff --git a/src/corelib/tools/qlinkedlist.cpp b/src/corelib/tools/qlinkedlist.cpp index 3682818099..46f5b7c2df 100644 --- a/src/corelib/tools/qlinkedlist.cpp +++ b/src/corelib/tools/qlinkedlist.cpp @@ -1059,7 +1059,7 @@ const QLinkedListData QLinkedListData::shared_null = { 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, QLinkedList &list) @@ -1069,7 +1069,7 @@ const QLinkedListData QLinkedListData::shared_null = { 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} */ /*! -- cgit v1.2.3