diff options
| author | Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | 2025-01-02 08:52:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 08:52:38 +0100 |
| commit | f8340e16201c214eef5327c4e810432e12b23805 (patch) | |
| tree | 88814d5d1d5d8413adc72e4e83990ed986e6a144 /src/pluginlist.h | |
| parent | 110014bf5eb1df045790204836e8d0d44fcea1e2 (diff) | |
Highlight mods that contain selected files in data tab (#2179)
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 9a741d41..30837fb1 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -222,7 +222,7 @@ public: void highlightPlugins(const std::vector<unsigned int>& modIndices, const MOShared::DirectoryEntry& directoryEntry); - void highlightMasters(const std::vector<unsigned int>& selectedPluginIndices); + void highlightMasters(const QModelIndexList& selectedPluginIndices); void refreshLoadOrder(); |
