Provide upgrade path to copy the MidiAlsaRaw 'Device' property to new 'device'

This commit is contained in:
Colin Wallace
2015-08-23 21:35:43 -07:00
parent 697aebc056
commit 0f2da6f68b
2 changed files with 49 additions and 6 deletions

View File

@@ -228,6 +228,7 @@ public:
const QString & _attribute ) const;
void setValue( const QString & _class, const QString & _attribute,
const QString & _value );
void deleteValue( const QString & cls, const QString & attribute);
void loadConfigFile();
void saveConfigFile();
@@ -256,7 +257,8 @@ private:
ConfigManager( const ConfigManager & _c );
~ConfigManager();
void upgrade_1_1_90();
void upgrade_1_2_0();
void upgrade();
const QString m_lmmsRcFile;