summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qiterable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-1/+1
* Doc: Fix documentation warnings for QIterable and related classesTopi Reinio2020-10-291-13/+34
* Fix documentation for QIterable and related classesVolker Hilsheimer2020-10-231-81/+80
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-245/+435
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-121-0/+67
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-111-8/+8
* Prepare QSequentialIterable for non-const operationUlf Hermann2020-09-111-9/+9
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-031-0/+368