diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2019-06-16 16:13:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-16 16:13:56 -0500 |
| commit | 27815282f782d1ca25d173e24befcc5bec024094 (patch) | |
| tree | 088a8ebad916f60821d66e1c979a0d5627151b61 /src/organizercore.h | |
| parent | bae2ee7a29a4b0767185c4ab1ce3232472cfa2ac (diff) | |
| parent | 30ce0ba5ef5256f42b36d6f4194bf444941ad66d (diff) | |
Merge pull request #764 from isanae/executables-dialog-rework
Executables dialog rework
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 8ed34e24..a4a57496 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -147,6 +147,8 @@ public: void doAfterLogin(const std::function<void()> &function) { m_PostLoginTasks.append(function); }
+ static QString findJavaInstallation(const QString& jarFile={});
+
static bool getFileExecutionContext(
QWidget* parent, const QFileInfo &targetInfo,
QFileInfo &binaryInfo, QString &arguments, FileExecutionTypes& type);
|
