- Integrate Geoip database to speed up country resolution

This commit is contained in:
Christophe Dumez
2009-11-15 20:03:23 +00:00
parent cb32ed97a8
commit 9e9e6f028c
5 changed files with 153 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ class bittorrent : public QObject {
QStringList url_skippingDlg;
QHash<QString, QString> savepath_fromurl;
bool resolve_countries;
bool geoipDBLoaded;
protected:
QString getSavePath(QString hash);