diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 23:26:14 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:18 +0100 |
| commit | fff41be8455e588d181c7349678dff6fe29be76b (patch) | |
| tree | 907bef5b779ba5b6983b5b3ddbef97b2350d58cb /src/pluginlist.h | |
| parent | 399ff3fcf7920adec128d30f3c97a7636a6f10be (diff) | |
Remove selection-related stuff from plugin/mod lists.
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index c93ce5cb..c16bfc98 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -217,7 +217,11 @@ public: static QString getColumnName(int column);
static QString getColumnToolTip(int column);
- void highlightPlugins(const QItemSelectionModel *selection, const MOShared::DirectoryEntry &directoryEntry, const Profile &profile);
+ // highlight plugins contained in the mods at the given indices
+ //
+ void highlightPlugins(
+ const std::vector<unsigned int>& modIndices,
+ const MOShared::DirectoryEntry &directoryEntry);
void refreshLoadOrder();
|
