summaryrefslogtreecommitdiffstats
path: root/examples/qmlbars
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-02-03 09:22:38 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-02-03 09:23:50 +0200
commit9b0eb42b0ef0871630374191914cc01983af1d47 (patch)
tree46e8ec6673701a782ec3329a898945dd4c421bf0 /examples/qmlbars
parent20945586166c9e5804de24d79ae0e998e21a088c (diff)
QML filename corrections, docs update
Change-Id: I0df3a913d7e96f8bf04133b67c61fe2c73b7bd64 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/qmlbars')
-rw-r--r--examples/qmlbars/doc/src/qmlbars.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qmlbars/doc/src/qmlbars.qdoc b/examples/qmlbars/doc/src/qmlbars.qdoc
index ecd8055a..574d36a3 100644
--- a/examples/qmlbars/doc/src/qmlbars.qdoc
+++ b/examples/qmlbars/doc/src/qmlbars.qdoc
@@ -36,7 +36,7 @@
The example data is monthly income and expenses of a fictional company over several years.
The data is defined in a list model in \c data.qml like this:
- \snippet ../examples/qmlbars/qml/qmlbars/data.qml 0
+ \snippet ../examples/qmlbars/qml/qmlbars/Data.qml 0
\dots
Each data item has four roles: year, month, income, and expenses. Years and months are natural to
@@ -65,7 +65,7 @@
\c axes.qml. This is done because the data contains abbreviated month names, which we don't want
to use for our column labels:
- \snippet ../examples/qmlbars/qml/qmlbars/axes.qml 0
+ \snippet ../examples/qmlbars/qml/qmlbars/Axes.qml 0
\section1 Switching series