mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
- New peers can manually be added to a torrent
This commit is contained in:
parent
bb4dc84824
commit
94f3323270
10 changed files with 265 additions and 2 deletions
|
@ -109,6 +109,7 @@ class QTorrentHandle {
|
|||
QStringList files_path() const;
|
||||
int num_uploads() const;
|
||||
bool is_seed() const;
|
||||
bool is_checking() const;
|
||||
bool is_auto_managed() const;
|
||||
qlonglong active_time() const;
|
||||
qlonglong seeding_time() const;
|
||||
|
@ -145,6 +146,7 @@ class QTorrentHandle {
|
|||
void move_storage(QString path) const;
|
||||
void super_seeding(bool on) const;
|
||||
void resolve_countries(bool r);
|
||||
void connect_peer(asio::ip::tcp::endpoint const& adr, int source = 0) const;
|
||||
|
||||
//
|
||||
// Operators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue