aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlbundle/data/bundleImport/bundledata/subdir/MySubType.qml
blob: ce136f213bc399763cf9f1740e068e1c9fc1218a (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

QtObject {
    property real test1: 1432
    property string test2: "Jeronimo"
}