mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Add button for sending test email
This allows for easily testing whether the provided email configuration is correct. PR #20488.
This commit is contained in:
committed by
Chocobo1
parent
1702b6c891
commit
c06817f4eb
@@ -1107,6 +1107,11 @@ void AppController::defaultSavePathAction()
|
||||
setResult(BitTorrent::Session::instance()->savePath().toString());
|
||||
}
|
||||
|
||||
void AppController::sendTestEmailAction()
|
||||
{
|
||||
app()->sendTestEmail();
|
||||
}
|
||||
|
||||
void AppController::networkInterfaceListAction()
|
||||
{
|
||||
QJsonArray ifaceList;
|
||||
|
||||
@@ -48,6 +48,7 @@ private slots:
|
||||
void preferencesAction();
|
||||
void setPreferencesAction();
|
||||
void defaultSavePathAction();
|
||||
void sendTestEmailAction();
|
||||
|
||||
void networkInterfaceListAction();
|
||||
void networkInterfaceAddressListAction();
|
||||
|
||||
Reference in New Issue
Block a user