aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/rootObjectInCreationNotForSubObjects.qml
blob: afba278ade559129a2d40b7ea2a6e7a94f630cc2 (plain)
1
2
3
4
5
6
7
import QtQml 2.0
import Test 1.0
RootObjectInCreationTester {
    subObject: SubType {
        property int testValue: 42;
    }
}