summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-04-15 17:15:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-19 17:24:30 +0200
commitc2059ac80db30d0322f53bf0c224263a934c49bc (patch)
treea0ad4bfcfe0d201b4d5b9abf0abf1ae46c379134
parentca0e350183903ebe9d665ebab1028b3510982967 (diff)
Doc: added details for QRegisterStaticFunction(plugin)
Added reference to macro Q_IMPORT_PLUGIN() Task-number: QTBUG-30548 Change-Id: Ibc20ad52cd57d497f5a7fb5c4dd4a4c778e4a660 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/corelib/plugin/qpluginloader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/plugin/qpluginloader.cpp b/src/corelib/plugin/qpluginloader.cpp
index fa0162be82..5a59942aad 100644
--- a/src/corelib/plugin/qpluginloader.cpp
+++ b/src/corelib/plugin/qpluginloader.cpp
@@ -396,7 +396,8 @@ QLibrary::LoadHints QPluginLoader::loadHints() const
\relates QPluginLoader
\since 5.0
- Registers the given \a plugin with the plugin loader.
+ Registers the \a plugin specified with the plugin loader, and is used
+ by Q_IMPORT_PLUGIN().
*/
void Q_CORE_EXPORT qRegisterStaticPluginFunction(QStaticPlugin plugin)
{