aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/tooling/Component.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/tooling/Component.qml')
-rw-r--r--src/imports/tooling/Component.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/tooling/Component.qml b/src/imports/tooling/Component.qml
index 786e4a99df..942d838900 100644
--- a/src/imports/tooling/Component.qml
+++ b/src/imports/tooling/Component.qml
@@ -55,4 +55,5 @@ QtObject {
property bool isCreatable: name.length > 0
property bool isComposite: false
property string accessSemantics: "reference"
+ property string defaultProperty
}