mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Store server info in RbSettings volatile in a QMap instead of putting it into the user settings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24312 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b1dfdd4c7a
commit
329ea014e8
2 changed files with 8 additions and 14 deletions
|
|
@ -151,7 +151,7 @@ class RbSettings : public QObject
|
|||
//! pointers to our setting objects
|
||||
static QSettings *systemSettings;
|
||||
static QSettings *userSettings;
|
||||
static QSettings *serverSettings;
|
||||
static QMap<QString, QVariant> serverSettings;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue