aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/tooling/Property.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/tooling/Property.qml b/src/imports/tooling/Property.qml
index de76df55b3..8c2479eef2 100644
--- a/src/imports/tooling/Property.qml
+++ b/src/imports/tooling/Property.qml
@@ -43,6 +43,7 @@ Member {
required property string type
property bool isPointer: false
property bool isReadonly: false
+ property bool isRequired: false
property bool isList: false
property int revision: 0
property string bindable