From 4b1c40570300248a7a7744aa7ddf8e77457bdc2b Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Wed, 22 Jan 2020 16:00:13 +0100 Subject: Handle required properties declared in C++ Fixes: QTBUG-81561 Change-Id: I97a0f5013b6e3662ffaad53c5cc871404e11a310 Reviewed-by: Ulf Hermann --- .../qml/qqmllanguage/data/cppRequiredPropertyInChildAndParent.qml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/auto/qml/qqmllanguage/data/cppRequiredPropertyInChildAndParent.qml (limited to 'tests/auto/qml/qqmllanguage/data/cppRequiredPropertyInChildAndParent.qml') diff --git a/tests/auto/qml/qqmllanguage/data/cppRequiredPropertyInChildAndParent.qml b/tests/auto/qml/qqmllanguage/data/cppRequiredPropertyInChildAndParent.qml new file mode 100644 index 0000000000..d4c059581c --- /dev/null +++ b/tests/auto/qml/qqmllanguage/data/cppRequiredPropertyInChildAndParent.qml @@ -0,0 +1,4 @@ +import QtQuick 2.15 +import example.org 1.0 + +Child2 {test: test2; test2: 18} -- cgit v1.2.3