Fix QSet::insert documentation

Documentation for QSet::insert was wrong, leading the warning
qset.qdoc:510: (qdoc) warning: clang couldn't find function when parsing
\fn iterator QSet::insert(const_iterator it, const T &value)
This patch fixes it.

Task-number: QTBUG-88533
Change-Id: I587cbae5674b9f38e37753a20c3c3f0d770980d6
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Andreas Buhr 2020-12-02 13:39:56 +01:00 committed by Volker Hilsheimer
parent 3c0614b779
commit c3ffa6036b
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@
*/
/*!
\fn QSet::insert(const_iterator it, const T &value)
\fn template <class T> QSet<T>::iterator QSet<T>::insert(const_iterator it, const T &value)
\overload
\since 6.1