summaryrefslogtreecommitdiffstats
path: root/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-08-27 12:48:25 +0300
committerTero Ahola <tero.ahola@digia.com>2012-08-27 13:01:23 +0300
commit58a3a87ea08bab18f524cf109c174c881250f72f (patch)
treebe7bdac1ca1da952659243005e8c2dd7a85f1bdb /tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
parent0b0a73ba4fad5a3e17b46690c20375d1ee1b224d (diff)
QML API versioning to QtCommercial.Chart 1.1
Diffstat (limited to 'tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml')
-rw-r--r--tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml b/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
index 2c2ee878..dfdc9a98 100644
--- a/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
+++ b/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
@@ -19,7 +19,7 @@
****************************************************************************/
import QtQuick 1.0
-import QtCommercial.Chart 1.0
+import QtCommercial.Chart 1.1
ChartView {
title: "area series"