From f8340e16201c214eef5327c4e810432e12b23805 Mon Sep 17 00:00:00 2001 From: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:52:38 +0100 Subject: Highlight mods that contain selected files in data tab (#2179) --- src/pluginlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluginlist.h') 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& modIndices, const MOShared::DirectoryEntry& directoryEntry); - void highlightMasters(const std::vector& selectedPluginIndices); + void highlightMasters(const QModelIndexList& selectedPluginIndices); void refreshLoadOrder(); -- cgit v1.3.1