diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-04-15 04:11:06 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-04-15 05:25:22 -0500 |
| commit | 149c38d54d2a841af929b432b83804fafdc1e588 (patch) | |
| tree | 5fa69b73a3ec54df39444ce9bcd0e06a4a4a950b /src/editexecutablesdialog.h | |
| parent | 0f13d9a4c00db48402dd70fcd55084d102582f22 (diff) | |
Add protection against non-existent working directory for executables
Diffstat (limited to 'src/editexecutablesdialog.h')
| -rw-r--r-- | src/editexecutablesdialog.h | 4 |
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;
|
