Added JavaPath function

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-02-08 19:45:46 +02:00
parent 82b15268bc
commit ba990e075b
5 changed files with 36 additions and 5 deletions

View File

@ -162,6 +162,9 @@ class Application : public QApplication {
/// the data path the application is using
const QString& dataRoot() { return m_dataPath; }
/// the java installed path the application is using
const QString javaPath();
bool isPortable() { return m_portable; }
const Capabilities capabilities() { return m_capabilities; }