Home
last modified time | relevance | path

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

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/api/
H A Dauthcontroller.cpp77 if (Preferences::instance()->getWebUIMaxAuthFailCount() > 0) in loginAction()
114 Q_ASSERT(Preferences::instance()->getWebUIMaxAuthFailCount() > 0); in increaseFailedAttempts()
119 if (failedLogin.failedAttemptsCount >= Preferences::instance()->getWebUIMaxAuthFailCount()) in increaseFailedAttempts()
H A Dappcontroller.cpp248 data["web_ui_max_auth_fail_count"] = pref->getWebUIMaxAuthFailCount(); in preferencesAction()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/
H A Dpreferences.h193 int getWebUIMaxAuthFailCount() const;
H A Dpreferences.cpp624 int Preferences::getWebUIMaxAuthFailCount() const in getWebUIMaxAuthFailCount() function in Preferences
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Doptionsdialog.cpp1255 m_ui->spinBanCounter->setValue(pref->getWebUIMaxAuthFailCount()); in loadOptions()