summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-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)
{