mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Refactor servatrice email send
This commit is contained in:
parent
0d5e169648
commit
1ffc9b4561
49 changed files with 2542 additions and 2574 deletions
|
|
@ -4,9 +4,11 @@
|
|||
class ServerLogger;
|
||||
class QThread;
|
||||
class SettingsCache;
|
||||
class SmtpClient;
|
||||
|
||||
extern ServerLogger *logger;
|
||||
extern QThread *loggerThread;
|
||||
extern SettingsCache *settingsCache;
|
||||
extern SmtpClient *smtpClient;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue