mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Change Session::deleteTorrent() first parameter to take InfoHash type
This commit is contained in:
parent
7f453a80d3
commit
d76adff81d
2 changed files with 2 additions and 2 deletions
|
@ -407,7 +407,7 @@ namespace BitTorrent
|
|||
bool isKnownTorrent(const InfoHash &hash) const;
|
||||
bool addTorrent(const QString &source, const AddTorrentParams ¶ms = AddTorrentParams());
|
||||
bool addTorrent(const TorrentInfo &torrentInfo, const AddTorrentParams ¶ms = AddTorrentParams());
|
||||
bool deleteTorrent(const QString &hash, DeleteOption deleteOption = Torrent);
|
||||
bool deleteTorrent(const InfoHash &hash, DeleteOption deleteOption = Torrent);
|
||||
bool loadMetadata(const MagnetUri &magnetUri);
|
||||
bool cancelLoadMetadata(const InfoHash &hash);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue