mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
Merge pull request #6724 from glassez/libt11
Don't use features, deprecated in libtorrent-1.1
This commit is contained in:
@@ -140,7 +140,9 @@ namespace BitTorrent
|
||||
CheckingUploading,
|
||||
CheckingDownloading,
|
||||
|
||||
#if LIBTORRENT_VERSION_NUM < 10100
|
||||
QueuedForChecking,
|
||||
#endif
|
||||
CheckingResumeData,
|
||||
|
||||
PausedDownloading,
|
||||
@@ -331,7 +333,9 @@ namespace BitTorrent
|
||||
void forceReannounce(int index = -1);
|
||||
void forceDHTAnnounce();
|
||||
void forceRecheck();
|
||||
#if LIBTORRENT_VERSION_NUM < 10100
|
||||
void setTrackerLogin(const QString &username, const QString &password);
|
||||
#endif
|
||||
void renameFile(int index, const QString &name);
|
||||
bool saveTorrentFile(const QString &path);
|
||||
void prioritizeFiles(const QVector<int> &priorities);
|
||||
|
||||
Reference in New Issue
Block a user