Home
last modified time | relevance | path

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

/dports/net-p2p/ktorrent/ktorrent-21.12.3/libktcore/dbus/
H A Ddbussettings.cpp88 void DBusSettings::setMaxUploadRate(int val) in setMaxUploadRate() function in kt::DBusSettings
90 Settings::setMaxUploadRate(val); in setMaxUploadRate()
H A Ddbussettings.h37 Q_SCRIPTABLE void setMaxUploadRate(int val);
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/dialogs/
H A Dspeedlimitsdlg.cpp133 Settings::setMaxUploadRate(m_upload_rate->value()); in apply()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/
H A Dtrayicon.cpp401 Settings::setMaxUploadRate(rate); in onTriggered()