aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmetaobject/data/property.int.qml
blob: ae419d08cb3499dd4aad4defda829ad7b8a7c985 (plain)
1
2
3
4
5
import QtQuick 2.0

QtObject {
    property int test: 19
}