summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergio Martins <sergio.martins@kdab.com>2014-12-23 20:41:23 +0000
committerSérgio Martins <sergio.martins@kdab.com>2014-12-24 16:16:55 +0100
commitfe4676165f7e4915dacd5ebb6a3d087ede7ec410 (patch)
tree21dff922e51c698793286b4f1be68db0fcd42bdb /doc
parenta426b77d7cd90390c4649af6e2b3a5bc5ff61a26 (diff)
downloadqtdoc-fe4676165f7e4915dacd5ebb6a3d087ede7ec410.tar.gz
plugin how-to: Fix hyperlink
Change-Id: I0f9d2b75fed860b5a6c657b6409b57c2a43710a8 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howtos/plugins-howto.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/howtos/plugins-howto.qdoc b/doc/src/howtos/plugins-howto.qdoc
index bac6524a..86834e5b 100644
--- a/doc/src/howtos/plugins-howto.qdoc
+++ b/doc/src/howtos/plugins-howto.qdoc
@@ -349,7 +349,7 @@
\snippet plugins/doc_src_plugins-howto.pro 5
qmake automatically adds the plugins to QTPLUGIN that are typically
- needed by the Qt modules used (see \c QT), while more specialized
+ needed by the Qt modules used (see \l QT), while more specialized
plugins need to be added manually.
The default list of automatically added plugins can be overridden
per type.