logic: add name delimiter to NameHierarchy
* NameHierarchy now looks like this: <delimiter>\tm<all the rest> * made new baseclasses for SettingsMigration and SettingsMigrator * Use the migration system for SqliteBookmarkStorage as well
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "utility/ConfigManager.h"
|
||||
#include "utility/file/FilePath.h"
|
||||
|
||||
class Migration;
|
||||
class SettingsMigration;
|
||||
|
||||
class Settings
|
||||
{
|
||||
@@ -64,7 +64,7 @@ protected:
|
||||
private:
|
||||
FilePath m_filePath;
|
||||
|
||||
friend Migration;
|
||||
friend SettingsMigration;
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user