Home
last modified time | relevance | path

Searched refs:decreasePriorityOfStalledTorrents (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/pref/
H A Dqmpref.cpp25 …kcfg_stallTimer->setEnabled(Settings::decreasePriorityOfStalledTorrents() && !Settings::manuallyCo… in loadSettings()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/libktcore/dbus/
H A Ddbussettings.cpp633 bool DBusSettings::decreasePriorityOfStalledTorrents() in decreasePriorityOfStalledTorrents() function in kt::DBusSettings
635 return Settings::decreasePriorityOfStalledTorrents(); in decreasePriorityOfStalledTorrents()
H A Ddbussettings.h146 Q_SCRIPTABLE bool decreasePriorityOfStalledTorrents();
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/
H A Dcore.cpp902 if (Settings::decreasePriorityOfStalledTorrents()) { in update()