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/modlist.h | |
| parent | 399ff3fcf7920adec128d30f3c97a7636a6f10be (diff) | |
Remove selection-related stuff from plugin/mod lists.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/modlist.h b/src/modlist.h index e4f4dfab..4b0e0157 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -129,7 +129,11 @@ public: int timeElapsedSinceLastChecked() const;
- void highlightMods(const QItemSelectionModel *selection, const MOShared::DirectoryEntry &directoryEntry);
+ // highlight mods containing the plugins at the given indices
+ //
+ void highlightMods(
+ const std::vector<unsigned int>& pluginIndices,
+ const MOShared::DirectoryEntry &directoryEntry);
public:
|
