Changed format of the section name in the settings file. Does not include version number anymore.
This commit is contained in:
parent
4aabdad8dd
commit
6d64247d1e
@ -35,7 +35,7 @@
|
||||
#define VER_LAMEXP_MINOR_LO 9
|
||||
#define VER_LAMEXP_TYPE Alpha
|
||||
#define VER_LAMEXP_PATCH 4
|
||||
#define VER_LAMEXP_BUILD 2260
|
||||
#define VER_LAMEXP_BUILD 2261
|
||||
#define VER_LAMEXP_CONFG 2188
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -356,7 +356,7 @@ SettingsModel::SettingsModel(void)
|
||||
|
||||
//Create settings
|
||||
QSettings *configFile = new QSettings(configPath, QSettings::IniFormat);
|
||||
const QString groupKey = QString().sprintf("LameXP_%u%02u%05u", lamexp_version_major(), lamexp_version_minor(), lamexp_version_confg());
|
||||
const QString groupKey = QString().sprintf("LameXP.%04X", lamexp_version_confg());
|
||||
const QStringList childGroups = configFile->childGroups();
|
||||
|
||||
//Clean-up settings
|
||||
|
Loading…
Reference in New Issue
Block a user