aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/cppRequiredPropertyInChildAndParent.qml
blob: d4c059581c8de530f2f858df7b0bfe80c2b5dfef (plain)
1
2
3
4
import QtQuick 2.15
import example.org 1.0

Child2 {test: test2; test2: 18}