summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/editabletreemodel.qdoc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-25 00:35:48 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-28 23:34:25 +0200
commit64dd7a6bfea237da33af38a5793179c819175dc9 (patch)
tree9c1474e6d72bf0633c51d88a5658cec36e9a5e23 /examples/widgets/doc/editabletreemodel.qdoc
parentb51efc3297fdc0481c2cf2e1d76f6d6f5ef04a6a (diff)
doc: fix links
Change-Id: Ifb6363e35c5317b6b1d9fd5e53079b30753f0666 Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Diffstat (limited to 'examples/widgets/doc/editabletreemodel.qdoc')
-rw-r--r--examples/widgets/doc/editabletreemodel.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/doc/editabletreemodel.qdoc b/examples/widgets/doc/editabletreemodel.qdoc
index 3782ebf24e..d471eef352 100644
--- a/examples/widgets/doc/editabletreemodel.qdoc
+++ b/examples/widgets/doc/editabletreemodel.qdoc
@@ -67,7 +67,7 @@
\section1 Design
- As with the \l{itemviews/simpletreemodel}{Simple Tree Model} example,
+ As with the \l{widgets/itemviews/simpletreemodel}{Simple Tree Model} example,
the model simply acts as a wrapper around a collection
of instances of a \c TreeItem class. Each \c TreeItem is designed to
hold data for a row of items in a tree view, so it contains a list of
@@ -209,7 +209,7 @@
\li \inlineimage itemviews-editabletreemodel-indexes.png
\li \b{Relating items using model indexes}
- As with the \l{itemviews/simpletreemodel}{Simple Tree Model} example,
+ As with the \l{widgets/itemviews/simpletreemodel}{Simple Tree Model} example,
the \c TreeModel needs to be able to take a model index, find the
corresponding \c TreeItem, and return model indexes that correspond to
its parents and children.