1
0
Fork 0
forked from len0rd/rockbox

rbutil: let rbutil use the new voice.zip files. Also make the download cache working again. (make sure to connect signals before calling getFile() ).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16917 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2008-04-01 18:02:56 +00:00
parent e249ecc85b
commit 2016ab4c96
6 changed files with 39 additions and 16 deletions

View file

@ -61,6 +61,7 @@ class RbUtilQt : public QMainWindow
volatile bool m_installed;
volatile bool m_error;
bool m_gotInfo;
private slots:
void about(void);