diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-26 10:07:01 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-26 10:07:01 (GMT) |
commit | 57df8bc3ddd2bc5aaf5c25cf3e311fe56ad50ffb (patch) | |
tree | 4636f353b74bedc1de2a217cc9f46db94072bd67 /doc | |
parent | 81bb198997a0f9cff9d9d57cf27cc02f7c1fdfda (diff) | |
download | Qt-57df8bc3ddd2bc5aaf5c25cf3e311fe56ad50ffb.zip Qt-57df8bc3ddd2bc5aaf5c25cf3e311fe56ad50ffb.tar.gz Qt-57df8bc3ddd2bc5aaf5c25cf3e311fe56ad50ffb.tar.bz2 |
qdoc: Indicate what iterator_categor means for container classes.
Task-number: 245501
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qset.qdoc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/qset.qdoc b/doc/src/qset.qdoc index afbedc3..6326219 100644 --- a/doc/src/qset.qdoc +++ b/doc/src/qset.qdoc @@ -685,11 +685,12 @@ */ /*! - \typedef QSet::iterator::iterator_category - \typedef QSet::const_iterator::iterator_category + \typedef QSet::iterator::iterator_category + \typedef QSet::const_iterator::iterator_category - \internal -*/ + Synonyms for \e {std::bidirectional_iterator_tag} indicating + these iterators are bidirectional iterators. + */ /*! \typedef QSet::iterator::difference_type |