summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginLoader_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools/PluginLoader_p.h')
-rw-r--r--sigtools/PluginLoader_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sigtools/PluginLoader_p.h b/sigtools/PluginLoader_p.h
index baa29871..ec2e9750 100644
--- a/sigtools/PluginLoader_p.h
+++ b/sigtools/PluginLoader_p.h
@@ -60,10 +60,11 @@ class SIGTOOLS_NO_EXPORT Private : public QObject
Sigencore::Plugins::PluginBase* factory(const QString& type, const QString& name);
QSharedPointer<Sigmod::Game> game(const QString& name);
protected:
- void clean(const QString& type);
+ void clean(const QString& type, const bool errorOnExtra = false);
typedef QPair<KService::Ptr, Sigencore::Plugins::PluginBase*> Service;
typedef QMap<QString, Service> PluginList;
+ QMap<QString, QList<Sigencore::Plugins::PluginBase*> > m_plugins;
QMap<QString, PluginList> m_available;
QMap<QString, QSharedPointer<Sigmod::Game> > m_games;
};