aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/themergood.qml
blob: 5215bbf6caa2dcbc326fa7b382f3c00eded4b14d (plain)
1
2
3
4
5
6
7
pragma Strict
import QtQml
import TestTypes

QtObject {
    property int i: Theme.index(Theme.TopLeft)
}