1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 09:55:55 +00:00

Use new Libtorrent version define.

This commit is contained in:
sledgehammer999 2013-06-16 14:34:00 +03:00
parent f4e5d7bc11
commit 1ad9d9b4e0

View File

@ -486,7 +486,7 @@ QString PeerListWidget::getFlags(const peer_info& peer)
if (peer.flags & peer_info::rc4_encrypted) if (peer.flags & peer_info::rc4_encrypted)
flags += "E "; flags += "E ";
#if LIBTORRENT_VERSION_MINOR > 15 #if LIBTORRENT_VERSION_NUM > 001500
//P = Peer is using uTorrent uTP //P = Peer is using uTorrent uTP
if (peer.connection_type & peer_info::bittorrent_utp) if (peer.connection_type & peer_info::bittorrent_utp)
flags += "P "; flags += "P ";