Home
last modified time | relevance | path

Searched refs:isLSDDisabled (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dtorrentoptionsdialog.cpp78 const bool isFirstTorrentLSDDisabled = torrents[0]->isLSDDisabled();
127 if (torrent->isLSDDisabled() != isFirstTorrentLSDDisabled)
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrent.h245 virtual bool isLSDDisabled() const = 0;
H A Dtorrentimpl.h202 bool isLSDDisabled() const override;
H A Dtorrentimpl.cpp1214 bool TorrentImpl::isLSDDisabled() const in isLSDDisabled() function in TorrentImpl
2213 if (disable == isLSDDisabled()) in setLSDDisabled()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/properties/
H A Dtrackerlistwidget.cpp303 if (torrent->isPrivate() || torrent->isLSDDisabled()) in loadStickyItems()