summaryrefslogtreecommitdiffstats
path: root/doc/src/demos-quick2chart.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/demos-quick2chart.qdoc')
-rw-r--r--doc/src/demos-quick2chart.qdoc15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/src/demos-quick2chart.qdoc b/doc/src/demos-quick2chart.qdoc
deleted file mode 100644
index f441bade..00000000
--- a/doc/src/demos-quick2chart.qdoc
+++ /dev/null
@@ -1,15 +0,0 @@
-/*!
- \example demos/quick2chart
- \title Qt Quick 2 charts demo
- \subtitle
-
- \image demos_qmlchart1.png
-
- This is a reimplementation of \l{Qml charts demo} in Qt Quick 2.
-
- The main difference in qml files is importing the correct version of Qt Quick:
-
- \snippet ../demos/quick2chart/qml/quick2chart/View1.qml 2
-
- Additionally, antialiasing is set with the qml property in Qt Quick 2.
-*/