forked from len0rd/rockbox
Fix multiple warnings when network is unreachable.
Don't listen to requestFinished() signals for background downloads. The only information needed is the done() signal. Fixes multiple error messages popping up on unreachable network. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25430 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
44e4839366
commit
0d6828e064
2 changed files with 10 additions and 19 deletions
|
|
@ -99,7 +99,6 @@ class RbUtilQt : public QMainWindow
|
|||
void createTalkFiles(void);
|
||||
void createVoiceFile(void);
|
||||
void downloadDone(bool);
|
||||
void downloadDone(int, bool);
|
||||
void downloadBleedingDone(bool);
|
||||
void downloadInfo(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue