From b6de58f2d348e89f0d75f10b9c84312cd0d3a6e5 Mon Sep 17 00:00:00 2001 From: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> Date: Sat, 12 Oct 2024 13:37:58 +0200 Subject: Highlight masters of selected plugins (#2140) --- src/pluginlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pluginlist.h') 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& modIndices, const MOShared::DirectoryEntry& directoryEntry); + void highlightMasters(const std::vector& selectedPluginIndices); + void refreshLoadOrder(); void disconnectSlots(); @@ -342,6 +344,7 @@ private: bool isBlueprintFlagged; bool hasNoRecords; bool modSelected; + bool isMasterOfSelectedPlugin; QString author; QString description; bool hasIni; -- cgit v1.3.1