9#ifndef INTERFACES_IPLUGINREADY_H
10#define INTERFACES_IPLUGINREADY_H
55Q_DECLARE_INTERFACE (
IPluginReady,
"org.Deviant.LeechCraft.IPluginReady/1.0")
Base class for plugins accepting second-level plugins.
virtual void AddPlugin(QObject *plugin)=0
Adds second-level plugin to this one.
virtual QSet< QByteArray > GetExpectedPluginClasses() const =0
Returns the expected classes of the plugins for this plugin.