[doc] QSet: fix return type of insert()

It's an iterator, not a const_iterator. Let QDoc figure out the correct one.

Change-Id: I7ddd1568adbf811b801c170794465ba14ceed05e
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Marc Mutz 2017-05-02 17:55:11 +02:00
parent 46aecbd72b
commit 47cf309190

View File

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