mirror of
https://github.com/YACReader/yacreader
synced 2026-02-12 18:13:01 -05:00
fixed issues in comic vine dialog
This commit is contained in:
@ -15,11 +15,15 @@
|
||||
public slots:
|
||||
void get();
|
||||
QByteArray getResult();
|
||||
bool wasValid();
|
||||
bool wasTimeout();
|
||||
private:
|
||||
void run();
|
||||
QUrl url;
|
||||
int httpGetId;
|
||||
QByteArray result;
|
||||
bool _error;
|
||||
bool _timeout;
|
||||
signals:
|
||||
void dataReady(const QByteArray &);
|
||||
void timeout();
|
||||
|
||||
Reference in New Issue
Block a user