diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-16 14:21:10 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-16 14:21:10 (GMT) |
commit | b92dd64af875d62bf4f64097dedaa0b2224304db (patch) | |
tree | c2f0c89aff2e0789850ac5b4435e589a48279667 /doc/src/examples | |
parent | 386ec93553759b2f15acc8f3f40badae759df0a0 (diff) | |
download | Qt-b92dd64af875d62bf4f64097dedaa0b2224304db.zip Qt-b92dd64af875d62bf4f64097dedaa0b2224304db.tar.gz Qt-b92dd64af875d62bf4f64097dedaa0b2224304db.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/editabletreemodel.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/editabletreemodel.qdoc b/doc/src/examples/editabletreemodel.qdoc index d925c43..38754b6 100644 --- a/doc/src/examples/editabletreemodel.qdoc +++ b/doc/src/examples/editabletreemodel.qdoc @@ -223,7 +223,7 @@ corresponding \c TreeItem, and return model indexes that correspond to its parents and children. - In the diagram, we show how the model's \l{TreeModel::parent()}{parent()} + In the diagram, we show how the model's \l{TreeModel::parent}{parent()} implementation obtains the model index corresponding to the parent of an item supplied by the caller, using the items shown in a \l{Relations-between-internal-items}{previous diagram}. |