summaryrefslogtreecommitdiffstats
path: root/examples/qmlbars/qml/qmlbars/data.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlbars/qml/qmlbars/data.qml')
-rw-r--r--examples/qmlbars/qml/qmlbars/data.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qmlbars/qml/qmlbars/data.qml b/examples/qmlbars/qml/qmlbars/data.qml
index 64df4c6a..12ba171c 100644
--- a/examples/qmlbars/qml/qmlbars/data.qml
+++ b/examples/qmlbars/qml/qmlbars/data.qml
@@ -29,7 +29,7 @@ Item {
id: valueMapping
rowRole: "year"
columnRole: "month"
- valueRole: "expenses"
+ valueRole: "income"
}
//! [1]
@@ -37,7 +37,7 @@ Item {
id: secondaryMapping
rowRole: "year"
columnRole: "month"
- valueRole: "income"
+ valueRole: "expenses"
}
//! [0]