mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
first version saving some info from comic vine
This commit is contained in:
@ -14,11 +14,12 @@
|
||||
HttpWorker(const QString & urlString);
|
||||
public slots:
|
||||
void get();
|
||||
QByteArray getResult();
|
||||
private:
|
||||
void run();
|
||||
QUrl url;
|
||||
int httpGetId;
|
||||
QByteArray content;
|
||||
QByteArray result;
|
||||
signals:
|
||||
void dataReady(const QByteArray &);
|
||||
void timeout();
|
||||
|
Reference in New Issue
Block a user