Raise minimum libtorrent version to 1.2.14 (2.0.4)

- Also update vcpkg to latest commit: includes libtorrent 1.2.14,
Qt 5.15.2, and Qt 6.1.1
This commit is contained in:
FranciscoPombal 2021-06-11 17:24:13 +01:00
commit ccb7c0d579
6 changed files with 14 additions and 25 deletions

View file

@ -51,16 +51,6 @@
#include "torrent.h"
#include "torrentinfo.h"
#if (LIBTORRENT_VERSION_NUM == 20003)
// file_prio_alert is missing to be forward declared in "libtorrent/fwd.hpp"
namespace libtorrent
{
TORRENT_VERSION_NAMESPACE_3
struct file_prio_alert;
TORRENT_VERSION_NAMESPACE_3_END
}
#endif
namespace BitTorrent
{
class Session;