NOISSUE most basic analytics integration possible

This commit is contained in:
Petr Mrázek
2016-11-20 20:40:59 +01:00
parent 2f8c752d1f
commit 905bc2e440
6 changed files with 65 additions and 1 deletions

View File

@ -209,6 +209,8 @@ void GAnalyticsWorker::postMessage()
m_request.setRawHeader("Connection", connection.toUtf8());
m_request.setHeader(QNetworkRequest::ContentLengthHeader, buffer.postQuery.toString().length());
logMessage(GAnalytics::Debug, "Query string = " + buffer.postQuery.toString());
// Create a new network access manager if we don't have one yet
if (networkManager == NULL)
{