mirror of
https://github.com/YACReader/yacreader
synced 2026-02-04 22:30:11 -05: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