summaryrefslogtreecommitdiffstats
path: root/examples/designer/doc/src/taskmenuextension.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/designer/doc/src/taskmenuextension.qdoc')
-rw-r--r--examples/designer/doc/src/taskmenuextension.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/designer/doc/src/taskmenuextension.qdoc b/examples/designer/doc/src/taskmenuextension.qdoc
index 5f223f353..c08a51b06 100644
--- a/examples/designer/doc/src/taskmenuextension.qdoc
+++ b/examples/designer/doc/src/taskmenuextension.qdoc
@@ -171,7 +171,7 @@
using multiple inheritance, to ensure that all the interfaces
(i.e. the classes that doesn't inherit Q_OBJECT) are made known to
the meta object system using the Q_INTERFACES() macro. This
- enables \QD to use \l qobject_cast() to query for supported
+ enables \QD to use \l {qobject_cast(QObject * object)} to query for supported
interfaces using nothing but a QObject pointer.
\section1 TicTacToePlugin Class Implementation