|
|
|
@ -239,9 +239,9 @@ size_type QTorrentHandle::filesize_at(unsigned int index) const {
@@ -239,9 +239,9 @@ size_type QTorrentHandle::filesize_at(unsigned int index) const {
|
|
|
|
|
return h.get_torrent_info().file_at(index).size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
std::vector<announce_entry> const& QTorrentHandle::trackers() const { |
|
|
|
|
std::vector<announce_entry> QTorrentHandle::trackers() const { |
|
|
|
|
Q_ASSERT(h.is_valid()); |
|
|
|
|
return h.get_torrent_info().trackers(); |
|
|
|
|
return h.trackers(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
torrent_status::state_t QTorrentHandle::state() const { |
|
|
|
|