summaryrefslogtreecommitdiffstats
path: root/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-08-29 15:07:53 +0300
committerTero Ahola <tero.ahola@digia.com>2012-08-29 15:17:32 +0300
commit125444d74d9f23afba3fc788d1d6c5590ed04188 (patch)
treec6666d1523bf4e9b084be4594fe73d71b3ae8311 /tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
parent2f36b74b4262bb3b789f59e5c7af63626bfa3f95 (diff)
Added missing QML properties to AreaSeries
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 dfdc9a98..9fa4b089 100644
--- a/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
+++ b/tests/qmlchartproperties/qml/qmlchartproperties/AreaChart.qml
@@ -67,6 +67,7 @@ ChartView {
onSelected: console.log(name + ".onSelected");
onColorChanged: console.log(name + ".onColorChanged: " + color);
onBorderColorChanged: console.log(name + ".onBorderColorChanged: " + borderColor);
+ onBorderWidthChanged: console.log(name + ".onBorderChanged: " + borderWidth);
// onCountChanged: console.log(name + ".onCountChanged: " + count);
}