summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-02-22 15:51:40 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-02-22 15:51:40 (GMT)
commit39ed27f1e382fbc594d2e5b6a23b2bc612b96e64 (patch)
treeddd975e18be4c5d71a1dfe421c2cf0d2eb6c4c7c /doc/src/examples
parent651e48bb81d0e283531d22db649fe73c1c7c789f (diff)
parent1464b5e16a40f9af62ff153cfc7650c846bdf765 (diff)
downloadQt-39ed27f1e382fbc594d2e5b6a23b2bc612b96e64.zip
Qt-39ed27f1e382fbc594d2e5b6a23b2bc612b96e64.tar.gz
Qt-39ed27f1e382fbc594d2e5b6a23b2bc612b96e64.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/examples')
-rw-r--r--doc/src/examples/qml-examples.qdoc9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc
index 85b87ea..f77464f 100644
--- a/doc/src/examples/qml-examples.qdoc
+++ b/doc/src/examples/qml-examples.qdoc
@@ -283,7 +283,7 @@
\title Positioners: Layout Direction Example
\example declarative/positioners/layoutdirection
- This example shows how to control the horizontal layout direction of
+ This example shows how to control the horizontal layout direction of
\l Row, \l Grid and \l Flow positioners.
\image qml-positioners-layoutdirection-example.png
@@ -583,13 +583,6 @@
*/
/*!
- \title Touch Interaction: Gestures Example
- \example declarative/touchinteraction/gestures
-
- This example shows how to use the GestureArea element.
-*/
-
-/*!
\title Touch Interaction: MouseArea Example
\example declarative/touchinteraction/mousearea