Fix again libtorrent 0.15.x compilation.

This commit is contained in:
sledgehammer999 2014-09-21 20:10:51 +03:00
commit 16f6e26f67

View file

@ -803,7 +803,7 @@ bool QBtSession::hasDownloadingTorrents() const {
&& &&
#if LIBTORRENT_VERSION_NUM >= 1600 #if LIBTORRENT_VERSION_NUM >= 1600
!(status.paused && !status.auto_managed)) !(status.paused && !status.auto_managed))
#elif #else
!(torrentIT->is_paused() && !torrentIT->is_auto_managed())) !(torrentIT->is_paused() && !torrentIT->is_auto_managed()))
#endif #endif
return true; return true;