diff options
author | David Boddie <dboddie@trolltech.com> | 2010-08-05 15:19:48 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-08-05 15:19:48 (GMT) |
commit | cb086eb5340c4c41efaf45373aa05c37e8aa974a (patch) | |
tree | 8b3e2aa8d1d55c8220d12895672a41b8b81b27e8 /doc/src/examples/simpletreemodel.qdoc | |
parent | 884c9b8b04639faf445917f7e1b7dfe4cc7724e2 (diff) | |
download | Qt-cb086eb5340c4c41efaf45373aa05c37e8aa974a.zip Qt-cb086eb5340c4c41efaf45373aa05c37e8aa974a.tar.gz Qt-cb086eb5340c4c41efaf45373aa05c37e8aa974a.tar.bz2 |
Doc: Fixed qdoc warnings.
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/examples/simpletreemodel.qdoc')
-rw-r--r-- | doc/src/examples/simpletreemodel.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/simpletreemodel.qdoc b/doc/src/examples/simpletreemodel.qdoc index c34f4af..790d5fa 100644 --- a/doc/src/examples/simpletreemodel.qdoc +++ b/doc/src/examples/simpletreemodel.qdoc @@ -32,7 +32,7 @@ The Simple Tree Model example shows how to create a basic, read-only hierarchical model to use with Qt's standard view classes. For a description of simple non-hierarchical list and table models, see the - \l{model-view-programming.html}{Model/View Programming} overview. + \l{Model/View Programming} overview. \image simpletreemodel-example.png @@ -40,7 +40,7 @@ information in a data source, using an abstract model of the data to simplify and standardize the way it is accessed. Simple models represent data as a table of items, and allow views to access this data via an - \l{model-view-model.html}{index-based} system. More generally, models can + \l{Model/View Programming#Models}{index-based} system. More generally, models can be used to represent data in the form of a tree structure by allowing each item to act as a parent to a table of child items. |