NOISSUE implement analytics IP anonymization

This commit is contained in:
Petr Mrázek
2016-11-21 21:18:30 +01:00
parent 95f961fb61
commit ee6f2f0a8e
5 changed files with 21 additions and 2 deletions

View File

@ -37,7 +37,8 @@ public:
QString m_screenResolution;
QString m_viewportSize;
bool m_isSending;
bool m_anonymizeIPs = false;
bool m_isSending = false;
const static int fourHours = 4 * 60 * 60 * 1000;
const static QLatin1String dateTimeFormat;