#ifndef EETSENDER_H #define EETSENDER_H #include #include "eetcpp_global.h" #include "eetrequest.h" #include "eettemplate.h" class EETCPPSHARED_EXPORT EetSender : public QObject { Q_OBJECT public: explicit EetSender(QObject *parent = 0); void sendRequest(EetRequest *request); signals: public slots: }; #endif // EETSENDER_H