From ced2a07f9f9a9ee31c42779b51019247b8babb2e Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Wed, 1 Jun 2016 10:53:31 +0200 Subject: expand/collapse on space. --- src/dialog.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/dialog.h') 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); -- cgit v1.2.3-55-g7522