aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.h
diff options
context:
space:
mode:
authorLennyMcLennington <lenny@sneed.church>2022-02-13 14:06:27 +0000
committerGitHub <noreply@github.com>2022-02-13 14:06:27 +0000
commita5b06514c633313409a5f4e479f1d6f354f8c4e2 (patch)
treef4ec5d771db9398984dc6b8d18541f1010da2da4 /launcher/Application.h
parent70a055bc278d4be86b5fca3f03ada312c4577f3d (diff)
parenta309f4e72143b28865d5a8b94dcf913d3a95773f (diff)
downloadPrismLauncher-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.h2
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;