diff options
| author | Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | 2024-10-12 13:37:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-12 13:37:58 +0200 |
| commit | b6de58f2d348e89f0d75f10b9c84312cd0d3a6e5 (patch) | |
| tree | 8c90b6479ed2f5a05021cc6a10f7abc15d266cb4 /src/pluginlist.h | |
| parent | 75e24cd92652640241eb3e9a789950e5fa8fa99a (diff) | |
Highlight masters of selected plugins (#2140)
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 3 |
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; |
