summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/editexecutablesdialog.h')
-rw-r--r--src/editexecutablesdialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h
index 0169b8ca..bee3cba6 100644
--- a/src/editexecutablesdialog.h
+++ b/src/editexecutablesdialog.h
@@ -74,6 +74,8 @@ private slots:
void on_binaryEdit_textChanged(const QString &arg1);
+ void on_workingDirEdit_textChanged(const QString &arg1);
+
void on_addButton_clicked();
void on_browseButton_clicked();
@@ -106,6 +108,8 @@ private:
bool executableChanged();
+ void updateButtonStates();
+
private:
Ui::EditExecutablesDialog *ui;