diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2012-10-30 13:57:17 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-02 19:15:07 (GMT) |
commit | 9b055a679d20f912d7c99bc239c02c253a10c6a0 (patch) | |
tree | 420c2f507f1488c84e6bc9503ab19ed3c4af2d38 /doc/src/examples | |
parent | ab64c117b3bcded3844c5225c33ae92cee3fea0b (diff) | |
download | Qt-9b055a679d20f912d7c99bc239c02c253a10c6a0.zip Qt-9b055a679d20f912d7c99bc239c02c253a10c6a0.tar.gz Qt-9b055a679d20f912d7c99bc239c02c253a10c6a0.tar.bz2 |
Doc: Updated links in qt-webpages.qdoc to Digia equivalent.
Change-Id: I7b46898ae6ccc08d96095f1658f87c063aa6b487
Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/editabletreemodel.qdoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/examples/editabletreemodel.qdoc b/doc/src/examples/editabletreemodel.qdoc index 48ddc65..cabe724 100644 --- a/doc/src/examples/editabletreemodel.qdoc +++ b/doc/src/examples/editabletreemodel.qdoc @@ -40,8 +40,7 @@ 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. + editable, hierarchical model. \section1 Overview @@ -208,7 +207,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 |