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/modlistview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modlistview.h') diff --git a/src/modlistview.h b/src/modlistview.h index f4b4e398..364e044c 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -138,7 +138,7 @@ public slots: // set highligth markers // - void setHighlightedMods(const std::vector& pluginIndices); + void setHighlightedMods(const std::set& modNames); protected: // map from/to the view indexes to the model @@ -215,7 +215,7 @@ private: // private structures QPushButton* clearFilters; QComboBox* filterSeparators; - // the plugin list (for highligths) + // the plugin list (for highlights) PluginListView* pluginList; }; @@ -265,7 +265,7 @@ private: // private functions void onModInstalled(const QString& modName); void onModFilterActive(bool filterActive); - // refresh the overwrite markers and the highligthed plugins from + // refresh the overwrite markers and the highlighted plugins from // the current selection // void refreshMarkersAndPlugins(); -- cgit v1.3.1