Merge pull request #1392 from Scrumplex/feat-native-override
This commit is contained in:
commit
e88418ab7f
15 changed files with 260 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue