aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickloader/data/RequiredPropertyValuesComponent.qml
blob: 7bb21e8b930562ee050b68c118085e7a3ee7cc6f (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Item {
    id: behaviorCounter
    required property int i
    required property string s

}