mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
rbutil: HttpGet: Return NetworkError in done signal.
Return the status value instead of simply a bool. Change-Id: I2bffaac0087418656e80c74dc352011a4ea32ab1
This commit is contained in:
parent
08b42791ff
commit
a0459de4d5
13 changed files with 35 additions and 46 deletions
|
|
@ -65,8 +65,8 @@ class ThemesInstallWindow : public QDialog
|
|||
bool windowSelectOnly;
|
||||
|
||||
private slots:
|
||||
void downloadDone(bool);
|
||||
void updateImage(bool);
|
||||
void downloadDone(QNetworkReply::NetworkError error);
|
||||
void updateImage(QNetworkReply::NetworkError error);
|
||||
void abort(void);
|
||||
void updateDetails(QListWidgetItem* cur, QListWidgetItem* prev);
|
||||
void updateSize(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue