aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/editingmodel/doc/editingmodel.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/editingmodel/doc/editingmodel.rst')
-rw-r--r--examples/qml/editingmodel/doc/editingmodel.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/qml/editingmodel/doc/editingmodel.rst b/examples/qml/editingmodel/doc/editingmodel.rst
index d76bebc22..2b45b23f0 100644
--- a/examples/qml/editingmodel/doc/editingmodel.rst
+++ b/examples/qml/editingmodel/doc/editingmodel.rst
@@ -1,8 +1,10 @@
QAbstractListModel in QML
=========================
+.. tags:: Android
+
This example shows how to add, remove and move items inside a QML
-ListView, but showing and editing the data via roles using a
+ListView, but showing and editing the data via roles using a
QAbstractListModel from Python.
You can add new elements and reset the view using the two top buttons,