mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -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
@@ -127,6 +127,8 @@ public:
|
||||
int memoryWorkingSetLimit() const override;
|
||||
void setMemoryWorkingSetLimit(int size) override;
|
||||
|
||||
void sendTestEmail() const override;
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
MemoryPriority processMemoryPriority() const override;
|
||||
void setProcessMemoryPriority(MemoryPriority priority) override;
|
||||
|
||||
Reference in New Issue
Block a user