summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorJonathan Klimt <brouwer@annejan.com>2015-12-17 15:21:30 +0100
committerJonathan Klimt <jounathaen@mail.de>2015-12-17 15:21:30 +0100
commite4c4ddab067a7e108035244bc143a76631713da2 (patch)
tree6f28b013a2addc2e86d8645433976d44cbc8a957 /mainwindow.h
parent480010a5b5fafd80df15ca11ea0e4c78ee4b04ca (diff)
When doubleclick on treeview Item open change Dialouge
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 8afb9ff9..94303dfc 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -63,6 +63,7 @@ class MainWindow : public QMainWindow {
void on_updateButton_clicked();
void on_pushButton_clicked();
void on_treeView_clicked(const QModelIndex &index);
+ void on_treeView_doubleClicked(const QModelIndex &index);
void on_configButton_clicked();
void readyRead(bool finished);
void processFinished(int, QProcess::ExitStatus);