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/pluginlistview.h | |
| parent | 110014bf5eb1df045790204836e8d0d44fcea1e2 (diff) | |
Highlight mods that contain selected files in data tab (#2179)
Diffstat (limited to 'src/pluginlistview.h')
| -rw-r--r-- | src/pluginlistview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluginlistview.h b/src/pluginlistview.h index 642976e3..eea7665c 100644 --- a/src/pluginlistview.h +++ b/src/pluginlistview.h @@ -21,6 +21,7 @@ class PluginListView : public QTreeView public: explicit PluginListView(QWidget* parent = nullptr); + void activated(); void setup(OrganizerCore& core, MainWindow* mw, Ui::MainWindow* mwui); // the column by which the plugin list is currently sorted |
