1
0
Fork 0
forked from len0rd/rockbox

rbutil: Fix some more issues found by clazy.

Change-Id: I0a1a849ecea4b4666b08ccb050eb17918e90a258
This commit is contained in:
Dominik Riebeling 2021-12-28 16:40:16 +01:00
parent 7dffbd84af
commit f53f1fbafa
10 changed files with 23 additions and 40 deletions

View file

@ -80,7 +80,6 @@ class HttpGet : public QObject
signals:
void done(bool);
void dataReadProgress(int, int);
void requestFinished(int, bool);
void headerFinished(void);
private slots: