diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-11 10:53:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-11 10:53:58 +0200 |
commit | 2257c875f5447b85ac885fbf2684608af0262c25 (patch) | |
tree | 7a727afca9775e638b39cc2671eabc4f65ea7ed6 /launcher/Application.h | |
parent | 309013efb3e148310ba4802ee946a55c01d1d56e (diff) | |
parent | 757fa1410cb6d065b2c26092b47dbe61f8c6d480 (diff) | |
download | PrismLauncher-2257c875f5447b85ac885fbf2684608af0262c25.tar.gz PrismLauncher-2257c875f5447b85ac885fbf2684608af0262c25.tar.bz2 PrismLauncher-2257c875f5447b85ac885fbf2684608af0262c25.zip |
Merge pull request #708 from ryanccn/custom-user-agent
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 3129b4fb..f440f433 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -156,6 +156,8 @@ public: QString getMSAClientID(); QString getCurseKey(); + QString getUserAgent(); + QString getUserAgentUncached(); /// this is the root of the 'installation'. Used for automatic updates const QString &root() { |