summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/editabletreemodel.qdoc
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-02-14 10:12:26 +0100
committerPaul Wicking <paul.wicking@qt.io>2024-02-14 21:47:28 +0100
commitf157422c58475b3b818b0dddc31289e7105967c2 (patch)
tree084c95e4a0028927f5abfaec0007f2b27cdf069b /examples/widgets/doc/src/editabletreemodel.qdoc
parent986f8b361ce9d6163f6ef691cad7b2955dcfe5cc (diff)
Doc: Resolve qdoc link warnings
- Drop link to non-existing documentation. - Reorder links such that the target becomes the text and vice versa. - Use correct link target names. - Add missing qttestlib doc project dependency to qtwidgets. Pick-to: 6.7 Change-Id: Iaa0ea7b22326c82271b14b17c4b78c3a25a834f1 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/widgets/doc/src/editabletreemodel.qdoc')
-rw-r--r--examples/widgets/doc/src/editabletreemodel.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/widgets/doc/src/editabletreemodel.qdoc b/examples/widgets/doc/src/editabletreemodel.qdoc
index 22ff7b574e..15df678c87 100644
--- a/examples/widgets/doc/src/editabletreemodel.qdoc
+++ b/examples/widgets/doc/src/editabletreemodel.qdoc
@@ -422,8 +422,9 @@
\section1 Testing the model
Correctly implementing an item model can be challenging. The class
- \l QAbstractItemModelTester from the \l{Qt Test} module checks for model
- consistency, like the model index creation and parent-child relationships.
+ \l [QtTest] QAbstractItemModelTester from the \l [QtTest]{Qt Test} module
+ checks for model consistency, like the model index creation and
+ parent-child relationships.
You can test your model by just passing a model instance to the class
constructor, for instance as part of a Qt unit test: