summaryrefslogtreecommitdiffstats
path: root/examples/declarative/minehunt/Description.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/minehunt/Description.qml')
-rw-r--r--examples/declarative/minehunt/Description.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/declarative/minehunt/Description.qml b/examples/declarative/minehunt/Description.qml
index f59c8f9..0241ae5 100644
--- a/examples/declarative/minehunt/Description.qml
+++ b/examples/declarative/minehunt/Description.qml
@@ -1,9 +1,7 @@
Item {
id: Page
height: MyText.height + 20
- properties: Property {
- name: "text"
- }
+ property var text
MouseRegion {
anchors.fill: parent
drag.target: Page