diff options
author | Thomas Groman <tgroman@nuegia.net> | 2018-12-09 21:40:50 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2018-12-09 21:40:50 -0800 |
commit | c4fb255af3acae600197ba7c5e022bec0daa31f8 (patch) | |
tree | 44d8522c5cf36480f37e37a09a7e1c5132c47eaa /application/BuildConfig.h | |
parent | adbd65ff6e5268c929037b55a56db2a89beac2df (diff) | |
download | MultiMC-c4fb255af3acae600197ba7c5e022bec0daa31f8.tar MultiMC-c4fb255af3acae600197ba7c5e022bec0daa31f8.tar.gz MultiMC-c4fb255af3acae600197ba7c5e022bec0daa31f8.tar.lz MultiMC-c4fb255af3acae600197ba7c5e022bec0daa31f8.tar.xz MultiMC-c4fb255af3acae600197ba7c5e022bec0daa31f8.zip |
Removed Google Analytics ID QString
Diffstat (limited to 'application/BuildConfig.h')
-rw-r--r-- | application/BuildConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/BuildConfig.h b/application/BuildConfig.h index 1c9466ba..e561cb52 100644 --- a/application/BuildConfig.h +++ b/application/BuildConfig.h @@ -31,9 +31,9 @@ public: /// URL for the updater's channel QString CHANLIST_URL; - /// Google analytics ID +/* /// Google analytics ID QString ANALYTICS_ID; - +*/ /// URL for notifications QString NOTIFICATION_URL; |