summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-10-11 16:02:22 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-13 05:51:19 +0200
commitdc0d5bf387a0b440c74b9e822c46b09e20e00720 (patch)
treea65a7bf9e5f183b012950cb9f93f11a32048efd4 /examples/widgets
parent8229841a4e1023cd87591a26761f247efec8b2a2 (diff)
Doc: Removed references to stale links.
The links are from the qt-webpages.qdoc and no longer exist. Change-Id: I8329032215fa77811117e2767bae745795b209cb Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/doc/src/editabletreemodel.qdoc6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/widgets/doc/src/editabletreemodel.qdoc b/examples/widgets/doc/src/editabletreemodel.qdoc
index f0b10eff2b..7d30a8eed3 100644
--- a/examples/widgets/doc/src/editabletreemodel.qdoc
+++ b/examples/widgets/doc/src/editabletreemodel.qdoc
@@ -39,10 +39,6 @@
possible to insert new child items, and this is shown in the supporting
example code.
- \note The model only shows the basic principles used when creating an
- editable, hierarchical model. You may wish to use the \l{ModelTest}
- project to test production models.
-
\section1 Overview
As described in the \l{Model Subclassing Reference}, models must
@@ -212,7 +208,7 @@
As with the \l{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.
+ its parents and children.
In the diagram, we show how the model's \l{TreeModel::parent}{parent()}
implementation obtains the model index corresponding to the parent of