aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/GroupPropertyBase.qml
blob: a2534359be3480e5814a109b3eb3135380440919 (plain)
1
2
3
4
5
6
import QtQml 2.0
QtObject {
    property GroupType subObject: GroupType {
        property int newProperty: 100;
    }
}