mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil: make RbSettings a static class. (FS#10183 with improvements)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20890 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e63df19cb
commit
33d9cf091a
28 changed files with 395 additions and 444 deletions
|
|
@ -29,7 +29,6 @@
|
|||
#include "httpget.h"
|
||||
#include "zipinstaller.h"
|
||||
#include "progressloggergui.h"
|
||||
#include "rbsettings.h"
|
||||
|
||||
class ThemesInstallWindow : public QDialog
|
||||
{
|
||||
|
|
@ -38,7 +37,6 @@ class ThemesInstallWindow : public QDialog
|
|||
public:
|
||||
ThemesInstallWindow(QWidget* parent = 0);
|
||||
~ThemesInstallWindow();
|
||||
void setSettings(RbSettings* sett){settings=sett;}
|
||||
void downloadInfo(void);
|
||||
void show(void);
|
||||
|
||||
|
|
@ -47,7 +45,6 @@ class ThemesInstallWindow : public QDialog
|
|||
|
||||
private:
|
||||
Ui::ThemeInstallFrm ui;
|
||||
RbSettings* settings;
|
||||
HttpGet *getter;
|
||||
HttpGet igetter;
|
||||
QTemporaryFile themesInfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue