mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
parent
c90863f217
commit
1c654d8f47
3 changed files with 15 additions and 2 deletions
|
@ -4963,6 +4963,11 @@ void SessionImpl::handleTorrentInfoHashChanged(TorrentImpl *torrent, const InfoH
|
|||
}
|
||||
}
|
||||
|
||||
void SessionImpl::handleTorrentStorageMovingStateChanged(TorrentImpl *torrent)
|
||||
{
|
||||
emit torrentsUpdated({torrent});
|
||||
}
|
||||
|
||||
bool SessionImpl::addMoveTorrentStorageJob(TorrentImpl *torrent, const Path &newPath, const MoveStorageMode mode, const MoveStorageContext context)
|
||||
{
|
||||
Q_ASSERT(torrent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue