summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/qobjectxmlmodel.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/qobjectxmlmodel.qdoc')
-rw-r--r--doc/src/examples/qobjectxmlmodel.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/qobjectxmlmodel.qdoc b/doc/src/examples/qobjectxmlmodel.qdoc
index ce1dab6a5e..37c66bc434 100644
--- a/doc/src/examples/qobjectxmlmodel.qdoc
+++ b/doc/src/examples/qobjectxmlmodel.qdoc
@@ -71,7 +71,7 @@
The query engine can only traverse two dimensional trees, because an
XML document is always a two dimensional tree. If we want to add the
QMetaObject tree to the node model, we have to somehow flatten it
- into the the same plane as the QObject tree. This requires that the
+ into the same plane as the QObject tree. This requires that the
node model class must build an auxiliary data structure and make it
part of the two dimensional QObject node model. How to do this is
explained in \l{Including The QMetaObject Tree}.