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>
This commit is contained in:
Nico Vertriest 2013-04-15 17:15:15 +02:00 committed by The Qt Project
parent ca0e350183
commit c2059ac80d

View File

@ -396,7 +396,8 @@ QLibrary::LoadHints QPluginLoader::loadHints() const
\relates QPluginLoader \relates QPluginLoader
\since 5.0 \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) void Q_CORE_EXPORT qRegisterStaticPluginFunction(QStaticPlugin plugin)
{ {