summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/editabletreemodel.qdoc
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-02-18 15:19:46 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-02-18 15:19:46 (GMT)
commite09de4df3ab7f57c107a1b14b80dec5728292b05 (patch)
tree3be262311cfbaabcf03e1ade105e7d65fb591d44 /doc/src/examples/editabletreemodel.qdoc
parent64158ff163a53ff97d8ae211b0bddaae346f0f7c (diff)
parentc18beac8163634b48bbf1e7280923e96f5ef0a51 (diff)
downloadQt-e09de4df3ab7f57c107a1b14b80dec5728292b05.zip
Qt-e09de4df3ab7f57c107a1b14b80dec5728292b05.tar.gz
Qt-e09de4df3ab7f57c107a1b14b80dec5728292b05.tar.bz2
Merge remote branch 'qt/master' into staging-2-master
Conflicts: tools/assistant/tools/assistant/helpviewer_qtb.h tools/assistant/tools/assistant/helpviewer_qwv.cpp tools/assistant/tools/assistant/helpviewer_qwv.h
Diffstat (limited to 'doc/src/examples/editabletreemodel.qdoc')
-rw-r--r--doc/src/examples/editabletreemodel.qdoc2
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}.