From c2059ac80db30d0322f53bf0c224263a934c49bc Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 15 Apr 2013 17:15:15 +0200 Subject: Doc: added details for QRegisterStaticFunction(plugin) Added reference to macro Q_IMPORT_PLUGIN() Task-number: QTBUG-30548 Change-Id: Ibc20ad52cd57d497f5a7fb5c4dd4a4c778e4a660 Reviewed-by: Jerome Pasion --- src/corelib/plugin/qpluginloader.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/corelib') 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) { -- cgit v1.2.3