diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-20 20:40:59 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-21 01:19:34 +0100 |
commit | 905bc2e440060a6228725fe1e7abd9a1fce7b1e8 (patch) | |
tree | bbc763b9b15e0c812321b263b3ae27af55ad793d /application/BuildConfig.h | |
parent | 2f8c752d1fe9976fdbd683d34ae3dcbf4e797591 (diff) | |
download | MultiMC-905bc2e440060a6228725fe1e7abd9a1fce7b1e8.tar MultiMC-905bc2e440060a6228725fe1e7abd9a1fce7b1e8.tar.gz MultiMC-905bc2e440060a6228725fe1e7abd9a1fce7b1e8.tar.lz MultiMC-905bc2e440060a6228725fe1e7abd9a1fce7b1e8.tar.xz MultiMC-905bc2e440060a6228725fe1e7abd9a1fce7b1e8.zip |
NOISSUE most basic analytics integration possible
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; |