mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Check if file exists in seed mode
This commit is contained in:
parent
68709c3112
commit
f7d2085b0a
2 changed files with 28 additions and 0 deletions
|
@ -567,6 +567,7 @@ namespace BitTorrent
|
|||
void handleStateUpdateAlert(const lt::state_update_alert *p);
|
||||
void handleMetadataReceivedAlert(const lt::metadata_received_alert *p);
|
||||
void handleFileErrorAlert(const lt::file_error_alert *p);
|
||||
void handleReadPieceAlert(const lt::read_piece_alert *p) const;
|
||||
void handleTorrentRemovedAlert(const lt::torrent_removed_alert *p);
|
||||
void handleTorrentDeletedAlert(const lt::torrent_deleted_alert *p);
|
||||
void handleTorrentDeleteFailedAlert(const lt::torrent_delete_failed_alert *p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue