From 149c38d54d2a841af929b432b83804fafdc1e588 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Mon, 15 Apr 2019 04:11:06 -0500 Subject: Add protection against non-existent working directory for executables --- src/editexecutablesdialog.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/editexecutablesdialog.h') 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; -- cgit v1.3.1