diff options
Diffstat (limited to 'application/BuildConfig.h')
-rw-r--r-- | application/BuildConfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/BuildConfig.h b/application/BuildConfig.h index 64d07065..75109b1c 100644 --- a/application/BuildConfig.h +++ b/application/BuildConfig.h @@ -31,6 +31,9 @@ public: /// URL for the updater's channel QString CHANLIST_URL; + /// Google analytics ID + QString ANALYTICS_ID; + /// URL for notifications QString NOTIFICATION_URL; |