diff --git a/src/corelib/tools/qset.qdoc b/src/corelib/tools/qset.qdoc index 47153e13498..a8d61a6d922 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