aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent/data/SpecificComponent/SpecificComponent.qml
blob: 46f4542df84c4c4199eed2e84f55678a0fdc1ba4 (plain)
1
2
3
4
5
6
7
8
#!/she-bang
import QtQuick 2.0

Item {
    // ensure we have a dynamic meta object
    property int someInt: 5
    property var someVar: 12
}