mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Remove mountpoint entry line from installation form and use config setting instead. Add some nice tango icons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14151 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a12c591ac3
commit
e4d0f0e638
10 changed files with 30 additions and 67 deletions
|
|
@ -35,7 +35,6 @@ class Install : public QDialog
|
|||
Install(QWidget *parent = 0);
|
||||
void setProxy(QUrl);
|
||||
void setReleased(QString);
|
||||
void setMountPoint(QString);
|
||||
void setUserSettings(QSettings*);
|
||||
void setDeviceSettings(QSettings*);
|
||||
void setArchivedString(QString);
|
||||
|
|
@ -54,13 +53,11 @@ class Install : public QDialog
|
|||
QFile *target;
|
||||
QString file;
|
||||
QString fileName;
|
||||
QString mountPoint;
|
||||
QString archived;
|
||||
ZipInstaller* installer;
|
||||
|
||||
private slots:
|
||||
void setCached(bool);
|
||||
void browseFolder(void);
|
||||
void setDetailsCurrent(bool);
|
||||
void setDetailsStable(bool);
|
||||
void setDetailsArchived(bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue