diff options
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index f6745aa8..583c7272 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -277,7 +277,7 @@ private: struct ESPInfo {
- ESPInfo(const QString &name, bool enabled, const QString &originName, const QString &fullPath, bool hasIni);
+ ESPInfo(const QString &name, bool enabled, const QString &originName, const QString &fullPath, bool hasIni, std::set<QString> archives);
QString m_Name;
QString m_FullPath;
bool m_Enabled;
@@ -294,6 +294,7 @@ private: QString m_Author;
QString m_Description;
bool m_HasIni;
+ std::set<QString> m_Archives;
std::set<QString> m_Masters;
mutable std::set<QString> m_MasterUnset;
bool operator < (const ESPInfo& str) const
|
