Remove qSort from QList/QSet docs

Change-Id: I82ac7cafbda3bb6d54a0ba26903ab11113640067
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
This commit is contained in:
Giuseppe D'Angelo 2012-11-02 11:17:57 +01:00 committed by The Qt Project
parent 8cb319939a
commit 10f1ca72a9
2 changed files with 3 additions and 3 deletions

View File

@ -1772,7 +1772,7 @@ void **QListData::erase(void **xi)
\snippet code/src_corelib_tools_qlistdata.cpp 23
\sa fromVector(), toSet(), QSet::toList(), qSort()
\sa fromVector(), toSet(), QSet::toList()
*/
/*! \fn QSet<T> QList<T>::toSet() const

View File

@ -906,7 +906,7 @@
\snippet code/doc_src_qset.cpp 13
\sa fromList(), QList::fromSet(), qSort()
\sa fromList(), QList::fromSet()
*/
/*! \fn QList<T> QSet<T>::values() const
@ -916,7 +916,7 @@
This is the same as toList().
\sa fromList(), QList::fromSet(), qSort()
\sa fromList(), QList::fromSet()
*/