From d7ceadeae173e26d63db0b58b6ea5a3ed839999c Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Fri, 17 Apr 2020 08:19:22 -0400 Subject: 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 --- src/mainwindow.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainwindow.h') 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(); -- cgit v1.3.1