From eff73ee3197723eb1f5b35ec39bb496a40ab5343 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Thu, 28 Jan 2021 15:53:51 +0100 Subject: Expose getter and setter names of C++ classes in qmltypes files This simply exports the name which are already available in the json files generated by moc. We do not consider whether the methods are non-private for now. MEMBER is not supported either, but might be added if the need actually arises. Fixes: QTBUG-90711 Change-Id: If3ee18c8ce60499676a7ee22df569cba0912e22f Reviewed-by: Ulf Hermann --- src/imports/tooling/Property.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/imports') diff --git a/src/imports/tooling/Property.qml b/src/imports/tooling/Property.qml index 7c335a1dc9..de76df55b3 100644 --- a/src/imports/tooling/Property.qml +++ b/src/imports/tooling/Property.qml @@ -46,4 +46,6 @@ Member { property bool isList: false property int revision: 0 property string bindable + property string read + property string write } -- cgit v1.2.3