summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorNils Schwabe2014-03-31 16:32:44 +0200
committerNils Schwabe2014-03-31 16:32:44 +0200
commitd2be02fceb3b2f1cd2fe4720560acc85a6c331be (patch)
treece1bd2c8869e17bcfb669d4bbb7dd2507e9e0ec0 /src/dialog.h
parentadded news and help download (diff)
downloadvmchooser2-d2be02fceb3b2f1cd2fe4720560acc85a6c331be.tar.gz
vmchooser2-d2be02fceb3b2f1cd2fe4720560acc85a6c331be.tar.xz
vmchooser2-d2be02fceb3b2f1cd2fe4720560acc85a6c331be.zip
Help/News improvement, added ini settings, made some translations for new text elemtents, cleaned code
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dialog.h b/src/dialog.h
index d6391ac..f11b674 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -6,6 +6,8 @@
#include <QList>
#include <QSettings>
#include <QNetworkReply>
+#include <QKeyEvent>
+
#include "session.h"
#include "sessiontreemodel.h"
@@ -58,6 +60,7 @@ class Dialog : public QDialog {
void treeView_selectionChanged(const QModelIndex& current, const QModelIndex&);
void on_helpNewsButton_clicked();
void onCenterTimer();
+ void keyPressEvent(QKeyEvent * e);
public slots:
void addSessionsAfterDownload(QNetworkReply* reply);