summaryrefslogtreecommitdiff
path: root/src/pluginlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluginlist.h')
-rw-r--r--src/pluginlist.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h
index 56f9e1a9..0c53fc25 100644
--- a/src/pluginlist.h
+++ b/src/pluginlist.h
@@ -313,14 +313,15 @@ signals:
private:
struct ESPInfo
{
- ESPInfo(const QString& name, bool enabled, const QString& originName,
- const QString& fullPath, bool hasIni, std::set<QString> archives,
- bool lightSupported, bool overrideSupported);
+ ESPInfo(const QString& name, bool enabled, bool forceDisabled,
+ const QString& originName, const QString& fullPath, bool hasIni,
+ std::set<QString> archives, bool lightSupported, bool overrideSupported);
QString name;
QString fullPath;
bool enabled;
bool forceEnabled;
+ bool forceDisabled;
int priority;
QString index;
int loadOrder;