Display message about libtorrent plugins for the correct case.

This commit is contained in:
sledgehammer999
2016-10-31 02:06:29 +02:00
parent f391b24b1d
commit 59b570cf62
2 changed files with 12 additions and 6 deletions

View File

@@ -572,6 +572,12 @@ namespace BitTorrent
CachedSettingValue<bool> m_isTrackerEnabled;
CachedSettingValue<QStringList> m_bannedIPs;
// Order is important. These need to be declared after their CachedSettingsValue
// counterparts, because they use them for initialization in the constructor
// initialization list.
const bool m_wasPexEnabled;
const bool m_wasTrackerExchangeEnabled;
int m_numResumeData;
int m_extraLimit;
QList<BitTorrent::TrackerEntry> m_additionalTrackerList;