qt5base-lts/tests/auto/corelib/kernel/qmetacontainer
Ulf Hermann 549b7053a2 Rename QMetaSequence's "elements" to "values"
This is so that they are in line with the "value_type" usually found in
containers. Associative containers have "key_type" and "mapped_type" and
we will use those names for access to elements in QMetaAssociation.
Using "value" as name for sequential containers improves consistency.

Change-Id: I628b7e1446bb2d56843b843bca72d279a6b247e6
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-09-11 11:30:58 +02:00
..
CMakeLists.txt Add a QMetaSequence interface 2020-09-01 13:35:39 +02:00
qmetacontainer.pro Add a QMetaSequence interface 2020-09-01 13:35:39 +02:00
tst_qmetacontainer.cpp Rename QMetaSequence's "elements" to "values" 2020-09-11 11:30:58 +02:00