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:
parent
87535e4e43
commit
79b36f3bc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user