summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-07 23:31:58 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-15 14:40:40 -0400
commit1897d60134e1cff31375f1c602196a99ece7fc86 (patch)
tree3bc7391f2c7a15e500370b58a24e45756a2d411d /src/editexecutablesdialog.h
parent7026aeaec859fd3632b1062e0cf14d2479c23076 (diff)
pulled java installation detection out of getFileExecutionContext() and into findJavaInstallation() because it was copy/pasted into EditExecutablesDialog
fixed FileDialogMemory::getOpenFileName() to also use the given directory correctly handle browse binary button
Diffstat (limited to 'src/editexecutablesdialog.h')
-rw-r--r--src/editexecutablesdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h
index 37b50127..1f3f0082 100644
--- a/src/editexecutablesdialog.h
+++ b/src/editexecutablesdialog.h
@@ -98,6 +98,7 @@ private:
void clearEdits();
void setEdits(const Executable& e);
void save();
+ void setJarBinary(const QString& binaryName);
void resetInput();
bool executableChanged();