diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-08 14:46:42 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-08 14:46:42 -0600 |
| commit | 9d9dbd9f7e06f4abc3ad57f1574f98210ac65bc9 (patch) | |
| tree | 5f3a2b007739da4699df2da0e19a27b19a1ca821 /src/mainwindow.h | |
| parent | 93763a93640754f468d4a5d1aeaf5ad4effa6d56 (diff) | |
Add shortcut to select name filters on mod list and plugin list
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 62ffe3de..366765a2 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -577,6 +577,9 @@ private slots: void modlistSelectionsChanged(const QItemSelection ¤t);
void esplistSelectionsChanged(const QItemSelection ¤t);
+ void search_activated();
+ void searchClear_activated();
+
private slots: // ui slots
// actions
void on_actionAdd_Profile_triggered();
|
