mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
Access some more data in a non-blocking manner
* Cache URL seeds to access in a non-blocking manner * Provide non-blocking way to create magnet URI for torrent PR #18572.
This commit is contained in:
committed by
GitHub
parent
1b0f5b8567
commit
4c0ebc0e0f
@@ -327,6 +327,7 @@ namespace BitTorrent
|
||||
MaintenanceJob m_maintenanceJob = MaintenanceJob::None;
|
||||
|
||||
QVector<TrackerEntry> m_trackerEntries;
|
||||
QVector<QUrl> m_urlSeeds;
|
||||
FileErrorInfo m_lastFileError;
|
||||
|
||||
// Persistent data
|
||||
|
||||
Reference in New Issue
Block a user