summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2019-08-06 12:07:45 +0200
committerAlex Blasche <alexander.blasche@qt.io>2019-08-08 07:51:11 +0200
commitbab8262bce2d63da08d1454377309ca0f1e003a9 (patch)
tree7f0006014f4b18884cb72bcf8ef004e327b5fd82 /src/corelib
parent4c2587b6bcb4054e21baa7d5fa5f1b280ccbe80b (diff)
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>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qset.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/tools/qset.qdoc b/src/corelib/tools/qset.qdoc
index 2e7a5a29ce..084523ed4b 100644
--- a/src/corelib/tools/qset.qdoc
+++ b/src/corelib/tools/qset.qdoc
@@ -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)