aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/variantMapLookup.qml
blob: 4e56cb9448f1a7f7f475c2023f12ba184500ff70 (plain)
1
2
3
4
5
6
7
8
9
10
11
pragma Strict
import TestTypes
import QtQuick

Item {
    property int i: moo.data.value

    VariantMapLookupFoo {
        id: moo
    }
}