- Added DHT to trackers list

This commit is contained in:
Christophe Dumez
2009-11-19 15:43:00 +00:00
parent e2b8aeafa6
commit e36e500045
6 changed files with 66 additions and 6 deletions

View File

@@ -386,6 +386,11 @@ bool QTorrentHandle::resolve_countries() const {
return h.resolve_countries();
}
bool QTorrentHandle::priv() const {
Q_ASSERT(h.is_valid());
return h.get_torrent_info().priv();
}
//
// Setters
//