From 79b36f3bc24ebcd649e8b7683b51bd70c08477c6 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 17 Apr 2023 15:09:36 +0200 Subject: [PATCH] QSet: fix a qdoc warning about method signature Pick-to: 6.5 Change-Id: I34d73e588e95603579a05bd13fc55d1eab5004f8 Reviewed-by: Friedemann Kleint --- src/corelib/tools/qset.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 QSet::insert(const T &value) + \fn template QSet::iterator QSet::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