summaryrefslogtreecommitdiff
path: root/examples/declarative/listview/recipes.qml
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-06 12:01:41 +1000
committerMichael Brasser <michael.brasser@nokia.com>2009-11-06 12:45:33 +1000
commitaff81e3fb3253d99cb42f68d08b2979d946153f4 (patch)
treef31df9c200cb2a59940b7a8f9c8815b303b6eab3 /examples/declarative/listview/recipes.qml
parentcf6bc08676638b01c0f8a40e001b8fb303aaa5f5 (diff)
downloadqt4-tools-aff81e3fb3253d99cb42f68d08b2979d946153f4.tar.gz
Rename targets -> matchTargets and properties -> matchProperties.
Diffstat (limited to 'examples/declarative/listview/recipes.qml')
-rw-r--r--examples/declarative/listview/recipes.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/listview/recipes.qml b/examples/declarative/listview/recipes.qml
index 3410f5619e..c133351c79 100644
--- a/examples/declarative/listview/recipes.qml
+++ b/examples/declarative/listview/recipes.qml
@@ -124,7 +124,7 @@ Rectangle {
ParallelAnimation {
ColorAnimation { property: "color"; duration: 500 }
NumberAnimation {
- duration: 300; properties: "detailsOpacity,x,viewportY,height,width"
+ duration: 300; matchProperties: "detailsOpacity,x,viewportY,height,width"
}
}
}