summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-17 08:19:22 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-04-17 08:19:22 -0400
commitd7ceadeae173e26d63db0b58b6ea5a3ed839999c (patch)
tree54e12821cf22477e9a49726ca52f3d36397cad25 /src/mainwindow.h
parent15e04d4fe891702808ba7e66a568fd5c6dada276 (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.h3
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 &current);
void esplistSelectionsChanged(const QItemSelection &current);
- void search_activated();
- void searchClear_activated();
-
void resetActionIcons();
void updateModCount();
void updatePluginCount();