mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Added DHT to trackers list
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user