aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/affectors/GreyButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/affectors/GreyButton.qml')
-rw-r--r--examples/quick/particles/affectors/GreyButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/particles/affectors/GreyButton.qml b/examples/quick/particles/affectors/GreyButton.qml
index 0d29246c2b..412a6dfa60 100644
--- a/examples/quick/particles/affectors/GreyButton.qml
+++ b/examples/quick/particles/affectors/GreyButton.qml
@@ -6,7 +6,7 @@ import QtQuick
Item {
id: container
- property string text: "Button"
+ required property string text
property string subText: ""
signal clicked