aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorConfuSomu2023-08-02 02:10:55 +0200
committerConfuSomu2023-08-02 02:10:55 +0200
commit88e272b40dd9b0a182662ac77296dc2330b2027f (patch)
tree44913cf55601ae6a8249e31c8723a6e86ae31c97 /src/mainwindow.h
parent42434314d65cdc29402c7adcb08c2fa5113f7ca2 (diff)
downloadActorViewer-88e272b40dd9b0a182662ac77296dc2330b2027f.tar
ActorViewer-88e272b40dd9b0a182662ac77296dc2330b2027f.tar.gz
ActorViewer-88e272b40dd9b0a182662ac77296dc2330b2027f.zip
Make a QAction from the Search button
This allows us to have an action in the menu bar and a keyboard shortcut.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 7b87880..fedbc9d 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -46,9 +46,9 @@ private slots:
void on_actionReblogs_triggered(bool checked);
void on_actionRandom_status_triggered(bool checked);
void on_actionCopy_status_triggered(bool checked);
+ void on_actionFind_triggered(bool checked);
void on_textInputSearch_textEdited(const QString &text);
- void on_buttonSearch_clicked();
void on_menuView_aboutToHide();