Store AddTorrentParams inside alert handlers

This commit is contained in:
Vladimir Golovnev (Glassez)
2025-05-02 19:04:02 +03:00
parent 9afbd47b52
commit ab04064adc
2 changed files with 25 additions and 68 deletions

View File

@@ -824,7 +824,6 @@ namespace BitTorrent
QHash<TorrentID, TorrentImpl *> m_torrents;
QHash<TorrentID, TorrentImpl *> m_hybridTorrentsByAltID;
QHash<TorrentID, LoadTorrentParams> m_loadingTorrents;
QHash<TorrentID, RemovingTorrentData> m_removingTorrents;
QHash<TorrentID, TorrentID> m_changedTorrentIDs;
QMap<QString, CategoryOptions> m_categories;