summaryrefslogtreecommitdiffstats
path: root/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-08-14 15:43:21 +0300
committerTero Ahola <tero.ahola@digia.com>2012-08-20 12:23:54 +0300
commitf74bae07da26477fab163359268cea899e63915b (patch)
tree97aa6c05083375aa6cfe0e17b6ac110d6318e40c /tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
parentdc2f639d372e9b1e4f72a6501ddbc4005197706f (diff)
Enabled animations in QML test app
Diffstat (limited to 'tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml')
-rw-r--r--tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml b/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
index 16ed3319..264352bc 100644
--- a/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
+++ b/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
@@ -24,6 +24,7 @@ import QtCommercial.Chart 1.0
ChartView {
title: "area series"
anchors.fill: parent
+ animationOptions: ChartView.SeriesAnimations
property variant series: areaSeries