Home
last modified time | relevance | path

Searched refs:getUILockPassword (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/
H A Dpreferences.h241 QByteArray getUILockPassword() const;
H A Dpreferences.cpp815 QByteArray Preferences::getUILockPassword() const in getUILockPassword() function in Preferences
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dmainwindow.cpp663 if (pref->getUILockPassword().isEmpty()) in on_actionLock_triggered()
1046 const QByteArray secret = pref->getUILockPassword(); in unlockUI()