1
0
Fork 0
forked from len0rd/rockbox

Add an "Install All" button to the themes installation dialog.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14715 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2007-09-15 21:58:31 +00:00
parent 58fe3ae611
commit 4bcd0fa2d4
3 changed files with 21 additions and 3 deletions

View file

@ -40,9 +40,10 @@ class ThemesInstallWindow : public QDialog
void setProxy(QUrl);
void downloadInfo(void);
void show(void);
void accept(void);
public slots:
void accept(void);
void acceptAll(void);
private:
Ui::ThemeInstallFrm ui;