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:
parent
58fe3ae611
commit
4bcd0fa2d4
3 changed files with 21 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue