summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qassociativeiterable.h
Commit message (Expand)AuthorAgeFilesLines
* Universally pass QMetaType by valueUlf Hermann2021-06-171-0/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-3/+3
* QAssociativeIterable: Add methods to add/remove keys and valuesUlf Hermann2020-10-191-0/+5
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-191-8/+13
* Apply some code cosmetics to iterablesUlf Hermann2020-09-221-5/+5
* Remove default ctor for QIterableUlf Hermann2020-09-221-1/+4
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-0/+194