summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/plugins-howto.qdoc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@nokia.com>2012-08-15 18:40:37 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 02:55:17 +0200
commit41ca2b445365ac05877e962f5c3d477bca64e633 (patch)
tree0bcaf5118d4520f4f0baa5b8c67e430c29029fb9 /src/corelib/doc/src/plugins-howto.qdoc
parent70d8e363dfb0049f9b192abbe7946de1fb679467 (diff)
A few more random documentation fixes
@p replaced by \a, \QD replaced by {Qt Designer}, couple of enums etc. Change-Id: I315510690bf52e42db519292b4122fa24c73bbc9 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/corelib/doc/src/plugins-howto.qdoc')
-rw-r--r--src/corelib/doc/src/plugins-howto.qdoc11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/corelib/doc/src/plugins-howto.qdoc b/src/corelib/doc/src/plugins-howto.qdoc
index 059a02f566..22a450d6a8 100644
--- a/src/corelib/doc/src/plugins-howto.qdoc
+++ b/src/corelib/doc/src/plugins-howto.qdoc
@@ -68,7 +68,7 @@
Since the higher-level API is built on top of the lower-level API,
some issues are common to both.
- If you want to provide plugins for use with \QD, see the QtDesigner
+ If you want to provide plugins for use with \l{Qt Designer}, see the QtDesigner
module documentation.
Topics:
@@ -193,10 +193,11 @@
The \l{tools/plugandpaint}{Plug & Paint} example documentation
explains this process in detail. See also \l{Creating Custom
Widgets for Qt Designer} for information about issues that are
- specific to \QD. You can also take a look at the \l{Echo Plugin
- Example} is a more trivial example on how to implement a plugin
- that extends Qt applications. Please note that a QCoreApplication
- must have been initialized before plugins can be loaded.
+ specific to \l{Qt Designer}. You can also take a look at the
+ \l{Echo Plugin Example} which is a more trivial example on
+ how to implement a plugin that extends Qt applications.
+ Please note that a QCoreApplication must have been initialized
+ before plugins can be loaded.
\section1 Locating Plugins