Home
last modified time | relevance | path

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

/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/pref/
H A Dproxypref.cpp41 kcfg_socksPassword->setEnabled(Settings::socksUsePassword() && Settings::socksEnabled()); in loadSettings()
42 kcfg_socksUsername->setEnabled(Settings::socksUsePassword() && Settings::socksEnabled()); in loadSettings()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/libktcore/dbus/
H A Ddbussettings.cpp503 bool DBusSettings::socksUsePassword() in socksUsePassword() function in kt::DBusSettings
505 return Settings::socksUsePassword(); in socksUsePassword()
H A Ddbussettings.h120 Q_SCRIPTABLE bool socksUsePassword();
/dports/net-p2p/ktorrent/ktorrent-21.12.3/libktcore/interfaces/
H A Dfunctions.cpp136 if (Settings::socksUsePassword()) in ApplySettings()