mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Fix tracker addition to torrents
This commit is contained in:
parent
fe3a6b8b57
commit
e97a6f5f08
2 changed files with 3 additions and 3 deletions
|
@ -93,7 +93,7 @@ class QTorrentHandle {
|
|||
bool is_queued() const;
|
||||
QString file_at(unsigned int index) const;
|
||||
size_type filesize_at(unsigned int index) const;
|
||||
std::vector<announce_entry> const& trackers() const;
|
||||
std::vector<announce_entry> trackers() const;
|
||||
torrent_status::state_t state() const;
|
||||
QString creator() const;
|
||||
QString comment() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue