summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorChristian Klinger2016-06-01 10:53:31 +0200
committerChristian Klinger2016-06-01 10:53:31 +0200
commitced2a07f9f9a9ee31c42779b51019247b8babb2e (patch)
treef05fee4342bb64726533dcf950cf62c7b7e0a797 /src/dialog.h
parentforward all other keys to the filterEdit-Box. (diff)
downloadvmchooser2-ced2a07f9f9a9ee31c42779b51019247b8babb2e.tar.gz
vmchooser2-ced2a07f9f9a9ee31c42779b51019247b8babb2e.tar.xz
vmchooser2-ced2a07f9f9a9ee31c42779b51019247b8babb2e.zip
expand/collapse on space.
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);