diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-17 16:09:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 16:09:16 +0200 |
commit | e88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5 (patch) | |
tree | 81a36f1f28eefbd0f205780c48b80a531a6364bf /launcher/Application.h | |
parent | 85f36ebed7e1295547cd2324d1baf7834be89c31 (diff) | |
parent | 06aba530d7154f0cff76b2d5dc650a428ff1a54e (diff) | |
download | PrismLauncher-e88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5.tar.gz PrismLauncher-e88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5.tar.bz2 PrismLauncher-e88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5.zip |
Merge pull request #1392 from Scrumplex/feat-native-override
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; |