Torc  0.1
torcthingspeaknotifier.h
Go to the documentation of this file.
1 #ifndef TORCTHINGSPEAKNOTIFIER_H
2 #define TORCTHINGSPEAKNOTIFIER_H
3 
4 // Torc
5 #include "torciotlogger.h"
6 
8 {
9  Q_OBJECT
10 
11  public:
12  explicit TorcThingSpeakNotifier(const QVariantMap &Details);
13  virtual ~TorcThingSpeakNotifier() = default;
14 
15  void ProcessRequest(TorcNetworkRequest* Request) override;
16  TorcNetworkRequest* CreateRequest(void) override;
17 };
18 
19 #endif // TORCTHINGSPEAKNOTIFIER_H
A wrapper around QNetworkRequest.
void ProcessRequest(TorcNetworkRequest *Request) override
virtual ~TorcThingSpeakNotifier()=default
TorcNetworkRequest * CreateRequest(void) override
TorcThingSpeakNotifier(const QVariantMap &Details)