Improve changing torrents queue positions

PR #23068.
This commit is contained in:
Vladimir Golovnev
2025-08-10 18:37:19 +03:00
committed by GitHub
parent 02892d1250
commit 2631692cff
2 changed files with 19 additions and 71 deletions

View File

@@ -619,6 +619,7 @@ namespace BitTorrent
TorrentImpl *createTorrent(const lt::torrent_handle &nativeHandle, LoadTorrentParams params);
TorrentImpl *getTorrent(const lt::torrent_handle &nativeHandle) const;
QList<TorrentImpl *> getQueuedTorrentsByID(const QList<TorrentID> &torrentIDs) const;
void saveResumeData();
void saveTorrentsQueue();