aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r--buildconfig/BuildConfig.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h
index ac05f288..d09d5288 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;
@@ -71,14 +68,14 @@ public:
QString NEWS_RSS_URL;
/**
- * API key you can get from paste.ee when you register an account
+ * Client ID you can get from Imgur when you register an application
*/
- QString PASTE_EE_KEY;
+ QString IMGUR_CLIENT_ID;
/**
- * Client ID you can get from Imgur when you register an application
+ * Client ID you can get from Microsoft Identity Platform when you register an application
*/
- QString IMGUR_CLIENT_ID;
+ QString MSA_CLIENT_ID;
/**
* Metadata repository URL prefix
@@ -110,3 +107,4 @@ public:
};
extern const Config BuildConfig;
+