add voice file installation. This also extends the ZipInstaller class a bit to handle copying the downloaded file instead of unzipping.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14256 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-08-09 16:06:27 +00:00
parent 965881fd85
commit 8dbc7e350b
4 changed files with 101 additions and 31 deletions

View file

@ -63,6 +63,7 @@ class RbUtilQt : public QMainWindow
void downloadDone(bool);
void downloadDone(int, bool);
void downloadInfo(void);
void installVoice(void);
};
#endif