diff options
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 0c53fc25..db32d911 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -313,13 +313,15 @@ signals: private: struct ESPInfo { - ESPInfo(const QString& name, bool enabled, bool forceDisabled, - const QString& originName, const QString& fullPath, bool hasIni, - std::set<QString> archives, bool lightSupported, bool overrideSupported); + ESPInfo(const QString& name, bool forceLoaded, bool forceEnabled, + 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 forceLoaded; bool forceEnabled; bool forceDisabled; int priority; |
