aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlbundle/data/relativeResolution.1/bundledata/MyType.qml
blob: ce81efe86bcb18c2ad0f5c77b2628aaec6ec5059 (plain)
1
2
3
4
5
6
import QtQuick 2.0

QtObject {
    property int test1: 11
    property bool test2: true
}