summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dialog.h b/src/dialog.h
index 4896225..d99c00b 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -75,8 +75,9 @@ class Dialog : public QDialog {
void onCenterTimer();
void iconDownloaded(const QUrl& url, const QIcon& icon);
- void on_leftButton();
- void on_rightButton();
+ void on_leftKey();
+ void on_rightKey();
+ void on_spaceKey();
public slots:
void addSessionsAfterDownload(QNetworkReply* reply);