Home
last modified time | relevance | path

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

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/
H A Dwebui.cpp98 const QByteArray cert = readData(pref->getWebUIHttpsCertificatePath()); in configure()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/
H A Dpreferences.h213 QString getWebUIHttpsCertificatePath() const;
H A Dpreferences.cpp704 QString Preferences::getWebUIHttpsCertificatePath() const in getWebUIHttpsCertificatePath() function in Preferences
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/api/
H A Dappcontroller.cpp238 data["web_ui_https_cert_path"] = pref->getWebUIHttpsCertificatePath(); in preferencesAction()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Doptionsdialog.cpp1249 webUIHttpsCertChanged(pref->getWebUIHttpsCertificatePath(), ShowError::NotShow); in loadOptions()