summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qiterable.h
Commit message (Expand)AuthorAgeFilesLines
* Remove default ctor for QIterableUlf Hermann2020-09-221-2/+0
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-191-3/+1
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-74/+412
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-121-0/+10
* Prepare QSequentialIterable for non-const operationUlf Hermann2020-09-111-3/+57
* Fix compiler warning from unused private field in QSequentialIterableVolker Hilsheimer2020-09-051-0/+1
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-031-0/+149