diff options
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r-- | buildconfig/BuildConfig.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index ac05f288..009fb2bc 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -46,9 +46,6 @@ public: QString USER_AGENT_UNCACHED; - /// Google analytics ID - QString ANALYTICS_ID; - /// URL for notifications QString NOTIFICATION_URL; @@ -81,6 +78,11 @@ public: QString IMGUR_CLIENT_ID; /** + * Client ID you can get from Microsoft Identity Platform when you register an application + */ + QString MSA_CLIENT_ID; + + /** * Metadata repository URL prefix */ QString META_URL; @@ -110,3 +112,4 @@ public: }; extern const Config BuildConfig; + |