aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/referenceexamples/attached/doc/attached.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/referenceexamples/attached/doc/attached.rst')
-rw-r--r--examples/declarative/referenceexamples/attached/doc/attached.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/declarative/referenceexamples/attached/doc/attached.rst b/examples/declarative/referenceexamples/attached/doc/attached.rst
deleted file mode 100644
index 95fb5c43c..000000000
--- a/examples/declarative/referenceexamples/attached/doc/attached.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-.. _qml-attached-properties-example:
-
-Extending QML - Attached Properties Example
-===========================================
-
-This example builds on the :ref:`qml-default-property-example`,
-:ref:`qml-inheritance-and-coercion-example`,
-:ref:`qml-object-and-list-property-types-example`
-and the :ref:`qml-adding-types-example`.
-
-The Attached Properties Example example shows how to inject
-properties to child objects.