aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorConfuSomu2023-06-26 20:11:24 -0400
committerConfuSomu2023-06-26 20:11:24 -0400
commit0dfab2456b2dcd33f1879ac7d5606dd65cdb8e40 (patch)
treed48f393f53c8284741bdfb7f5c14dea9c0735423 /src/mainwindow.h
parent77d650f4b1dc14964ea5194ef3899f4af6d3f157 (diff)
downloadActorViewer-0dfab2456b2dcd33f1879ac7d5606dd65cdb8e40.tar
ActorViewer-0dfab2456b2dcd33f1879ac7d5606dd65cdb8e40.tar.gz
ActorViewer-0dfab2456b2dcd33f1879ac7d5606dd65cdb8e40.zip
Create QActions for Random & Copy buttons
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a856dbe..f1de2d7 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -34,9 +34,9 @@ private slots:
void on_actionDirect_messages_triggered(bool checked);
void on_actionOnly_with_attachment_triggered(bool checked);
void on_actionReblogs_triggered(bool checked);
+ void on_actionRandom_status_triggered(bool checked);
+ void on_actionCopy_status_triggered(bool checked);
- void on_buttonRandom_clicked();
- void on_buttonCopy_clicked();
void on_buttonSearch_clicked();
void on_menuView_aboutToHide();