aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/preservePropertyCacheOnGroupObjects.qml
blob: 031cf3b1f8fc8bc26b6f64ecfaa0d535234684ea (plain)
1
2
3
4
5
6
import QtQml 2.0
GroupPropertyBase {
    subObject {
        value: 42
    }
}