summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qset.qdoc
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2023-04-17 15:09:36 +0200
committerAhmad Samir <a.samirh78@gmail.com>2023-04-20 20:39:23 +0200
commit79b36f3bc24ebcd649e8b7683b51bd70c08477c6 (patch)
tree2e44d12ad0f55b76dcded4b470f60632d013ddc1 /src/corelib/tools/qset.qdoc
parent87535e4e4337596066258e361143cb9906e89512 (diff)
QSet: fix a qdoc warning about method signature
Pick-to: 6.5 Change-Id: I34d73e588e95603579a05bd13fc55d1eab5004f8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/corelib/tools/qset.qdoc')
-rw-r--r--src/corelib/tools/qset.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qset.qdoc b/src/corelib/tools/qset.qdoc
index 47153e1349..a8d61a6d92 100644
--- a/src/corelib/tools/qset.qdoc
+++ b/src/corelib/tools/qset.qdoc
@@ -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