diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-17 17:29:57 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-17 17:29:57 +0300 |
commit | c5bac475e86ec1c4e0053bd330eabedcbca124f6 (patch) | |
tree | c2be43dac099f5b98b9dbaaeb1244b7efeb01a58 /launcher/Application.h | |
parent | 4a1d85f99913d0bacf8cdd118c81401378c758b6 (diff) | |
parent | e88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5 (diff) | |
download | PrismLauncher-c5bac475e86ec1c4e0053bd330eabedcbca124f6.tar.gz PrismLauncher-c5bac475e86ec1c4e0053bd330eabedcbca124f6.tar.bz2 PrismLauncher-c5bac475e86ec1c4e0053bd330eabedcbca124f6.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 7185886d..29774b1c 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -142,6 +142,8 @@ class Application : public QApplication { void updateCapabilities(); + void detectLibraries(); + /*! * Finds and returns the full path to a jar file. * Returns a null-string if it could not be found. @@ -277,6 +279,8 @@ class Application : public QApplication { SetupWizard* m_setupWizard = nullptr; public: + QString m_detectedGLFWPath; + QString m_detectedOpenALPath; QString m_instanceIdToLaunch; QString m_serverToJoin; QString m_profileToUse; |