Home
last modified time | relevance | path

Searched refs:m_recentErroredTorrents (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dsession.h782 QSet<TorrentID> m_recentErroredTorrents; variable
H A Dsession.cpp482 , this, [this]() { m_recentErroredTorrents.clear(); }); in __anon73c796b40502()
4763 if (!m_recentErroredTorrents.contains(id)) in handleFileErrorAlert()
4765 m_recentErroredTorrents.insert(id); in handleFileErrorAlert()