From bab8262bce2d63da08d1454377309ca0f1e003a9 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 6 Aug 2019 12:07:45 +0200 Subject: 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 Reviewed-by: Marc Mutz --- src/corelib/tools/qset.qdoc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/corelib') 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 template QSet::QSet(InputIterator first, InputIterator last) -- cgit v1.2.3