mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -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
|
|
@ -32,8 +32,6 @@
|
|||
#include "progressloggergui.h"
|
||||
#include "bootloaderinstallbase.h"
|
||||
|
||||
#include "rbsettings.h"
|
||||
|
||||
class RbUtilQt : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
@ -43,8 +41,7 @@ class RbUtilQt : public QMainWindow
|
|||
|
||||
private:
|
||||
Ui::RbUtilQtFrm ui;
|
||||
RbSettings* settings;
|
||||
|
||||
|
||||
void initDeviceNames(void);
|
||||
QString deviceName(QString);
|
||||
QString platform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue