Added JavaPath function
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
82b15268bc
commit
ba990e075b
5 changed files with 36 additions and 5 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue