summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dynamic/qml/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/dynamic/qml/Button.qml')
-rw-r--r--examples/declarative/dynamic/qml/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/dynamic/qml/Button.qml b/examples/declarative/dynamic/qml/Button.qml
index 946da21..53588bb 100644
--- a/examples/declarative/dynamic/qml/Button.qml
+++ b/examples/declarative/dynamic/qml/Button.qml
@@ -3,7 +3,7 @@ import Qt 4.7
Rectangle {
id: container
- property var text
+ property variant text
signal clicked
SystemPalette { id: activePalette }