aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/DynamicPropertiesNestedType.qml
blob: 5de8a4a76e55cdd1d790d48099bad4dfdf20dfad (plain)
1
2
3
4
5
6
import QtQuick 1.0

QtObject {
    property int super_a: 10
    property int super_c: 14
}