QSet: fix a qdoc warning about method signature

Pick-to: 6.5
Change-Id: I34d73e588e95603579a05bd13fc55d1eab5004f8
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
Ahmad Samir 2023-04-17 15:09:36 +02:00
parent 87535e4e43
commit 79b36f3bc2

View File

@ -435,7 +435,7 @@
*/
/*!
\fn template <class T> QSet<T>::insert(const T &value)
\fn template <class T> QSet<T>::iterator QSet<T>::insert(const T &value)
Inserts item \a value into the set, if \a value isn't already
in the set, and returns an iterator pointing at the inserted