Optimize completed files handling

PR #16329.

Co-authored-by: Vladimir Golovnev (Glassez) <glassez@yandex.ru>
This commit is contained in:
Prince Gupta
2022-02-01 10:59:54 +05:30
committed by GitHub
parent b61a818a3f
commit 0012a3ede7
2 changed files with 17 additions and 8 deletions

View File

@@ -286,6 +286,7 @@ namespace BitTorrent
TorrentState m_state = TorrentState::Unknown;
TorrentInfo m_torrentInfo;
QStringList m_filePaths;
QHash<lt::file_index_t, int> m_indexMap;
SpeedMonitor m_speedMonitor;
InfoHash m_infoHash;