diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 08:19:22 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 08:19:22 -0400 |
| commit | d7ceadeae173e26d63db0b58b6ea5a3ed839999c (patch) | |
| tree | 54e12821cf22477e9a49726ca52f3d36397cad25 /src/mainwindow.h | |
| parent | 15e04d4fe891702808ba7e66a568fd5c6dada276 (diff) | |
hook ctrl+f and escape directly on widgets instead of on the main window to allow other widgets to use the same shortcuts, like the FilterWidget
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index b839e85e..25d09584 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -565,9 +565,6 @@ private slots: void modlistSelectionsChanged(const QItemSelection ¤t); void esplistSelectionsChanged(const QItemSelection ¤t); - void search_activated(); - void searchClear_activated(); - void resetActionIcons(); void updateModCount(); void updatePluginCount(); |
