summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qplugin.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-10-27 15:28:38 +0100
committerJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2015-11-13 20:33:44 +0000
commit037b05ac760a50630a009362011c12bcce11644d (patch)
tree79a52ced23b6b9d68a95e26ee580b0dbb57e921e /src/corelib/plugin/qplugin.qdoc
parenta31b4e93cb1bf5b13d0ae27105b304157951de86 (diff)
Doc: corrected error in doc static plugins
Task-number: QTBUG-43160 Change-Id: I94f92318cec095391050b2af90980010bd1066b9 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/corelib/plugin/qplugin.qdoc')
-rw-r--r--src/corelib/plugin/qplugin.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/plugin/qplugin.qdoc b/src/corelib/plugin/qplugin.qdoc
index 00ecb30430..1b394c4174 100644
--- a/src/corelib/plugin/qplugin.qdoc
+++ b/src/corelib/plugin/qplugin.qdoc
@@ -93,9 +93,9 @@
\macro Q_IMPORT_PLUGIN(PluginName)
\relates <QtPlugin>
- This macro imports the plugin named \a PluginName, corresponding
- to the \l{qmake Variable Reference#TARGET}{TARGET} specified in the
- plugin's project file.
+ This macro imports the plugin named \a PluginName, which corresponds
+ with the name of the class that declares metadata for the plugin with
+ Q_PLUGIN_METADATA().
Inserting this macro into your application's source code will allow
you to make use of a static plugin.