- Manage country resolution on libtorrent side. The flags are not displayed in the peer list yet though

This commit is contained in:
Christophe Dumez
2009-11-15 10:59:11 +00:00
parent f7f4d1333b
commit 12106c308e
4 changed files with 31 additions and 0 deletions

View File

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