summaryrefslogtreecommitdiffstats
path: root/demos/declarative/contacts/RemoveButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/contacts/RemoveButton.qml')
-rw-r--r--demos/declarative/contacts/RemoveButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/declarative/contacts/RemoveButton.qml b/demos/declarative/contacts/RemoveButton.qml
index 2493f65..cc858c3 100644
--- a/demos/declarative/contacts/RemoveButton.qml
+++ b/demos/declarative/contacts/RemoveButton.qml
@@ -111,8 +111,8 @@ Rectangle {
]
transitions: [
Transition {
- fromState: "*"
- toState: "opened"
+ from: "*"
+ to: "opened"
reversible: true
NumberAnimation {
properties: "opacity,x,width"