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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigtools/PluginLoader_p.h b/sigtools/PluginLoader_p.h
index ec2e9750..95caa92d 100644
--- a/sigtools/PluginLoader_p.h
+++ b/sigtools/PluginLoader_p.h
@@ -60,7 +60,7 @@ 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, const bool errorOnExtra = false);
+ void clean(const QString& type, const bool forceDeletion = false);
typedef QPair<KService::Ptr, Sigencore::Plugins::PluginBase*> Service;
typedef QMap<QString, Service> PluginList;