summaryrefslogtreecommitdiff
path: root/examples/designer/doc/src/worldtimeclockplugin.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/designer/doc/src/worldtimeclockplugin.qdoc')
-rw-r--r--examples/designer/doc/src/worldtimeclockplugin.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/designer/doc/src/worldtimeclockplugin.qdoc b/examples/designer/doc/src/worldtimeclockplugin.qdoc
index 99a452867..19ec83f6b 100644
--- a/examples/designer/doc/src/worldtimeclockplugin.qdoc
+++ b/examples/designer/doc/src/worldtimeclockplugin.qdoc
@@ -121,7 +121,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(QObject * object)} to query for supported
+ enables \QD to use qobject_cast() to query for supported
interfaces using nothing but a QObject pointer.
The implementation of the \c WorldTimeClockPlugin is also