Home
last modified time | relevance | path

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

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dsession.h255 void setDisableAutoTMMWhenDefaultSavePathChanged(bool value);
H A Dsession.cpp908 void Session::setDisableAutoTMMWhenDefaultSavePathChanged(const bool value) in setDisableAutoTMMWhenDefaultSavePathChanged() function in Session
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/api/
H A Dappcontroller.cpp391 session->setDisableAutoTMMWhenDefaultSavePathChanged(!it.value().toBool()); in setPreferencesAction()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Doptionsdialog.cpp732 …session->setDisableAutoTMMWhenDefaultSavePathChanged(m_ui->comboCategoryDefaultPathChanged->curren… in saveOptions()