1
0
Fork 0
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:
Dominik Riebeling 2010-04-01 22:06:49 +00:00
parent 44e4839366
commit 0d6828e064
2 changed files with 10 additions and 19 deletions

View file

@ -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);