summaryrefslogtreecommitdiff
path: root/src/pluginlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluginlist.h')
-rw-r--r--src/pluginlist.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h
index 224ae09e..478fa85e 100644
--- a/src/pluginlist.h
+++ b/src/pluginlist.h
@@ -331,7 +331,8 @@ private:
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 mediumSupported, bool blueprintSupported);
+ bool mediumSupported, bool blueprintSupported,
+ const QString& blueprintPrefix);
QString name;
QString fullPath;
@@ -350,6 +351,7 @@ private:
bool isMediumFlagged;
bool isLightFlagged;
bool isBlueprintFlagged;
+ bool isBlueprintPrefixed;
bool hasNoRecords;
bool modSelected;
bool isMasterOfSelectedPlugin;
@@ -425,6 +427,7 @@ private:
QElapsedTimer m_LastCheck;
const MOBase::IPluginGame* m_GamePlugin;
+ bool m_BlueprintPlugins = false;
QVariant displayData(const QModelIndex& modelIndex) const;
QVariant checkstateData(const QModelIndex& modelIndex) const;