mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
snake_case to m_camelCase
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
a9c7e95c66
commit
dcca175b36
9 changed files with 34 additions and 28 deletions
|
|
@ -289,8 +289,8 @@ class Application : public QApplication {
|
|||
QString m_detectedGLFWPath;
|
||||
QString m_detectedOpenALPath;
|
||||
QString m_instanceIdToLaunch;
|
||||
QString m_server_to_join;
|
||||
QString m_world_to_join;
|
||||
QString m_serverToJoin;
|
||||
QString m_worldToJoin;
|
||||
QString m_profileToUse;
|
||||
bool m_liveCheck = false;
|
||||
QList<QUrl> m_urlsToImport;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue