diff options
author | LennyMcLennington <lenny@sneed.church> | 2022-02-13 14:06:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 14:06:27 +0000 |
commit | a5b06514c633313409a5f4e479f1d6f354f8c4e2 (patch) | |
tree | f4ec5d771db9398984dc6b8d18541f1010da2da4 /launcher/Application.h | |
parent | 70a055bc278d4be86b5fca3f03ada312c4577f3d (diff) | |
parent | a309f4e72143b28865d5a8b94dcf913d3a95773f (diff) | |
download | PrismLauncher-a5b06514c633313409a5f4e479f1d6f354f8c4e2.tar.gz PrismLauncher-a5b06514c633313409a5f4e479f1d6f354f8c4e2.tar.bz2 PrismLauncher-a5b06514c633313409a5f4e479f1d6f354f8c4e2.zip |
Merge pull request #161 from Scrumplex/custom-clientid
Add MSA-Client-ID override in UI
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index c1cd8224..fb41d647 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -117,6 +117,8 @@ public: QString getJarsPath(); + QString getMSAClientID(); + /// this is the root of the 'installation'. Used for automatic updates const QString &root() { return m_rootPath; |