mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 07:32:29 -06:00
Fix crash when accessing trackers and using libtorrent v0.15.x
This commit is contained in:
@@ -97,7 +97,7 @@ class QTorrentHandle {
|
||||
bool is_queued() const;
|
||||
QString file_at(unsigned int index) const;
|
||||
size_type filesize_at(unsigned int index) const;
|
||||
const std::vector<announce_entry>& trackers() const;
|
||||
const std::vector<announce_entry> trackers() const;
|
||||
torrent_status::state_t state() const;
|
||||
QString creator() const;
|
||||
QString comment() const;
|
||||
|
||||
Reference in New Issue
Block a user