1
0
Fork 0
forked from len0rd/rockbox

enable downloading of the manual. It will get saved to the players root folder for now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14429 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-08-22 10:55:05 +00:00
parent b7466fd8cf
commit 9295e0a489
2 changed files with 54 additions and 1 deletions

View file

@ -69,6 +69,7 @@ class RbUtilQt : public QMainWindow
void installThemes(void);
void uninstall(void);
void uninstallBootloader(void);
void downloadManual(void);
};
#endif