Merge pull request #10136 from glassez/drop-old-libtorrent

Drop support of libtorrent < 1.1.10
This commit is contained in:
Vladimir Golovnev
2019-01-12 09:44:24 +03:00
committed by GitHub
24 changed files with 21 additions and 964 deletions

View File

@@ -70,10 +70,6 @@ namespace
return QLatin1String("checkingDL");
case BitTorrent::TorrentState::ForcedDownloading:
return QLatin1String("forcedDL");
#if LIBTORRENT_VERSION_NUM < 10100
case BitTorrent::TorrentState::QueuedForChecking:
return QLatin1String("queuedForChecking");
#endif
case BitTorrent::TorrentState::CheckingResumeData:
return QLatin1String("checkingResumeData");
case BitTorrent::TorrentState::Moving: