Home
last modified time | relevance | path

Searched refs:hasRunningSeed (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dsession.h443 bool hasRunningSeed() const;
H A Dsession.cpp1781 bool Session::hasRunningSeed() const in hasRunningSeed() function in Session
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dmainwindow.cpp2081 …:instance()->preventFromSuspendWhenSeeding() && BitTorrent::Session::instance()->hasRunningSeed()); in updatePowerManagementState()