From 37f4f7bc271db700232dc2a12885a8b3bafa6100 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 12 Feb 2014 16:30:33 +0100 Subject: [PATCH] Remove incomplete paragraph from QSet::iterator documentation I could trace the dangling 'However, ' back to Qt 4.2. We probably will never knew what the rest of the sentence was, exactly ... since the previous paragraph is anyhow covering the same grounds we can just remove the paragraph. Change-Id: I1dda56e1ad17932205b8f40a527ca90a7592ad40 Reviewed-by: Ulf Hermann Reviewed-by: Thiago Macieira --- src/corelib/tools/qset.qdoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/corelib/tools/qset.qdoc b/src/corelib/tools/qset.qdoc index e66a59a09ce..ab7d72611ef 100644 --- a/src/corelib/tools/qset.qdoc +++ b/src/corelib/tools/qset.qdoc @@ -621,9 +621,6 @@ unless you need to change the QSet through the iterator. Const iterators are slightly faster, and can improve code readability. - QSet\::iterator allows you to iterate over a QSet\ and - modify it as you go (using QSet::erase()). However, - The default QSet::iterator constructor creates an uninitialized iterator. You must initialize it using a function like QSet::begin(), QSet::end(), or QSet::insert() before you can