Raise minimum libtorrent versions to 1.2.18/2.0.8

PR #17954.
This commit is contained in:
xavier2k6
2022-10-30 05:30:31 +00:00
committed by GitHub
parent e19173c1f3
commit 3ee0457cfa
5 changed files with 37 additions and 45 deletions

View File

@@ -53,14 +53,6 @@
#include "torrentinfo.h"
#include "trackerentry.h"
#ifdef QBT_USES_LIBTORRENT2
// TODO: Remove the following forward declaration once v2.0.8 is released
namespace libtorrent
{
struct torrent_conflict_alert;
}
#endif
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
class QNetworkConfiguration;
class QNetworkConfigurationManager;