Home
last modified time | relevance | path

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

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/
H A Dpreferences.h149 QString getMailNotificationSMTPUsername() const;
H A Dpreferences.cpp413 QString Preferences::getMailNotificationSMTPUsername() const in getMailNotificationSMTPUsername() function in Preferences
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/net/
H A Dsmtp.cpp166 m_username = pref->getMailNotificationSMTPUsername(); in sendMail()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/api/
H A Dappcontroller.cpp147 data["mail_notification_username"] = pref->getMailNotificationSMTPUsername(); in preferencesAction()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Doptionsdialog.cpp1041 m_ui->mailNotifUsername->setText(pref->getMailNotificationSMTPUsername()); in loadOptions()