pub unsafe fn q_register_static_plugin_function(
    static_plugin: impl CastInto<Ref<QStaticPlugin>>
)
Expand description

Registers the plugin specified with the plugin loader, and is used by Q_IMPORT_PLUGIN().

Calls C++ function: void qRegisterStaticPluginFunction(QStaticPlugin staticPlugin).

C++ documentation:

Registers the plugin specified with the plugin loader, and is used by Q_IMPORT_PLUGIN().

This function was introduced in Qt 5.0.