Minor QSet doc cleanup

C++11 is a requirement since Qt 5.7. There is no point in highlighting
the condition anymore.

Change-Id: I0f7d6044db2528d3b5264c324cf71156ec833775
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
Alex Blasche 2019-08-06 12:07:45 +02:00
parent 4c2587b6bc
commit bab8262bce

View File

@ -108,9 +108,6 @@
Constructs a set with a copy of each of the elements in the
initializer list \a list.
This function is only available if the program is being
compiled in C++11 mode.
*/
/*! \fn template <class T> template<typename InputIterator> QSet<T>::QSet(InputIterator first, InputIterator last)