Fix initialization problem with some private trackers

This commit is contained in:
Christophe Dumez
2011-04-13 17:18:56 +00:00
parent da32321f10
commit 3154461f28
2 changed files with 26 additions and 13 deletions

View File

@@ -211,6 +211,7 @@ signals:
void alternativeSpeedsModeChanged(bool alternative);
void recursiveTorrentDownloadPossible(const QTorrentHandle &h);
void ipFilterParsed(bool error, int ruleCount);
void listenSucceeded();
private:
#if LIBTORRENT_VERSION_MINOR < 15