mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
@@ -746,12 +746,7 @@ namespace BitTorrent
|
||||
QThread *m_ioThread = nullptr;
|
||||
ResumeDataSavingManager *m_resumeDataSavingManager = nullptr;
|
||||
|
||||
struct LoadedMetadataHandle
|
||||
{
|
||||
lt::add_torrent_params ltAddTorrentParams {};
|
||||
TorrentInfo metadata;
|
||||
};
|
||||
QHash<InfoHash, LoadedMetadataHandle> m_loadedMetadata;
|
||||
QSet<InfoHash> m_loadedMetadata;
|
||||
|
||||
QHash<InfoHash, TorrentHandleImpl *> m_torrents;
|
||||
QHash<InfoHash, LoadTorrentParams> m_loadingTorrents;
|
||||
|
||||
Reference in New Issue
Block a user