summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qassociativeiterable.h
Commit message (Collapse)AuthorAgeFilesLines
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-0/+194
And add mutable iterators. This requires some refactoring of the existing iterators. Task-number: QTBUG-81716 Change-Id: I61b3a3e8c0df5fd449679257a29d9f0c3d19c4f0 Reviewed-by: Lars Knoll <lars.knoll@qt.io>