Use IP geolocation database by DB-IP instead of MaxMind

This commit is contained in:
sledgehammer999
2020-02-14 22:07:19 +02:00
committed by thalieht
parent f16d219646
commit 304e831b0c
7 changed files with 67 additions and 36 deletions

View File

@@ -93,6 +93,7 @@ private:
int m_indexSize;
int m_recordBytes;
QDateTime m_buildEpoch;
QString m_dbType;
// Search data
mutable QHash<quint32, QString> m_countries;
quint32 m_size;