Fix crash when accessing trackers and using libtorrent v0.15.x

This commit is contained in:
Christophe Dumez
2010-07-24 14:18:36 +00:00
parent dbfef8665b
commit 902196a176
3 changed files with 3 additions and 3 deletions

View File

@@ -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;