summaryrefslogtreecommitdiff
path: root/src/pluginlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluginlist.h')
-rw-r--r--src/pluginlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h
index 41a7d634..9a741d41 100644
--- a/src/pluginlist.h
+++ b/src/pluginlist.h
@@ -222,6 +222,8 @@ public:
void highlightPlugins(const std::vector<unsigned int>& modIndices,
const MOShared::DirectoryEntry& directoryEntry);
+ void highlightMasters(const std::vector<unsigned int>& selectedPluginIndices);
+
void refreshLoadOrder();
void disconnectSlots();
@@ -342,6 +344,7 @@ private:
bool isBlueprintFlagged;
bool hasNoRecords;
bool modSelected;
+ bool isMasterOfSelectedPlugin;
QString author;
QString description;
bool hasIni;