63 void pluginManagerCallback(
bool is_load,
const std::string& plugin_name,
const std::string& plugin_path);
Forwards plugin related events from the core to the gui.
PluginRelay(QObject *parent=nullptr)
void pluginManagerCallback(bool is_load, const std::string &plugin_name, const std::string &plugin_path)
GuiPluginTable * mGuiPluginTable
void pluginUnloaded(const QString &name, const QString &path)
void pluginLoaded(const QString &name, const QString &path)
QObject * parent() const const