Fix build: synchronize Request API, fix GmailSynchronizer, and migrate UI to Qt6 Widgets
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// smtprequest.h
|
||||
#ifndef SMTPREQUEST_H
|
||||
#define SMTPREQUEST_H
|
||||
|
||||
#include "concreterequests.h"
|
||||
|
||||
class SmtpRequest : public Concreterequests {
|
||||
public:
|
||||
SmtpRequest(Request* req);
|
||||
Request* createRequest(const QString& type, const QString& target) override;
|
||||
};
|
||||
|
||||
#endif // SMTPREQUEST_H
|
||||
Reference in New Issue
Block a user