summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorJonathan Klimt <brouwer@annejan.com>2015-12-17 23:45:33 +0100
committerJonathan Klimt <jounathaen@mail.de>2015-12-19 12:12:44 +0100
commit430da2f68359ea4d173790d4b41acc60521e7bf1 (patch)
tree22ca6bc0a90ba657a34e1ef0e5d38704341a2e4a /mainwindow.h
parent1f237b5823315d39d08606a12d96033064b874cc (diff)
The spacing between the button groups is corrected for when the git buttons are hidden
Added delete and enter Key functionality
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 540385ad..65455924 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -58,13 +58,14 @@ class MainWindow : public QMainWindow {
protected:
void closeEvent(QCloseEvent *event);
+ void keyPressEvent(QKeyEvent * event);
+
private slots:
void on_updateButton_clicked();
void on_pushButton_clicked();
void on_treeView_clicked(const QModelIndex &index);
void on_treeView_doubleClicked(const QModelIndex &index);
- //void on_treeView_keyPressEvent(QKeyEvent * event);
void on_configButton_clicked();
void readyRead(bool finished);
void processFinished(int, QProcess::ExitStatus);