QStaticPlugin is a struct containing a reference to a static plugin instance together with its meta data.
See also
QPluginLoaderHow to Create Qt Plugins
Returns a the meta data for the plugin as a QJsonObject .
See also
Q_PLUGIN_METADATA()
Holds the plugin instance.
See also