#ifndef HTTPWRAPPER_H #define HTTPWRAPPER_H #include #include class HttpWrapper { public: HttpWrapper(); static QByteArray getSyncData(QString& uri); }; #endif // HTTPWRAPPER_H