summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2009-05-13 11:48:13 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2009-05-13 11:48:27 (GMT)
commit4910404284b1bb4fdde89d4fd8a420767ee52069 (patch)
tree52d766f4ddc85d2c6fba15717fdfbd7926bff874 /doc
parentad7b21dd57d20cd55774d7a62db117905637e950 (diff)
downloadQt-4910404284b1bb4fdde89d4fd8a420767ee52069.zip
Qt-4910404284b1bb4fdde89d4fd8a420767ee52069.tar.gz
Qt-4910404284b1bb4fdde89d4fd8a420767ee52069.tar.bz2
Clearifying docs QSet::insert
Chaning the sentence to clearify where the iterator points to. Task-number: 202656 Rev-by: Geir Vattekar
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qset.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qset.qdoc b/doc/src/qset.qdoc
index 7fbf97a..afbedc3 100644
--- a/doc/src/qset.qdoc
+++ b/doc/src/qset.qdoc
@@ -437,7 +437,7 @@
\fn QSet::const_iterator QSet::insert(const T &value)
Inserts item \a value into the set, if \a value isn't already
- in the set, and returns an iterator positioned at the inserted
+ in the set, and returns an iterator pointing at the inserted
item.
\sa operator<<(), remove(), contains()