Ref T698, enable network stats for restricted distributions

This commit is contained in:
Klaus Basan
2019-07-06 03:03:56 +02:00
committed by Mat Sutcliffe
parent 25dc43f19c
commit 891a058f17
4 changed files with 22 additions and 1 deletions

View File

@@ -603,6 +603,9 @@ namespace BlackCore
//! Save the statistics
bool saveNetworkStatistics(const QString &server);
//! Connected to network
void connectedToNewtork();
private:
bool m_statistics = false;
QMap <QString, int> m_callStatistics;