From dc0d5bf387a0b440c74b9e822c46b09e20e00720 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Thu, 11 Oct 2012 16:02:22 +0200 Subject: 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 --- examples/widgets/doc/src/editabletreemodel.qdoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'examples') 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 -- cgit v1.2.3