delete unknown json objects + write missing objects to config file
This commit is contained in:
@@ -26,6 +26,8 @@ class ConfigNode : public QObject {
|
||||
[[nodiscard]] virtual QStringList unknownKeys() const = 0;
|
||||
[[nodiscard]] virtual QList<ConfigNode*> childNodes() const;
|
||||
|
||||
virtual void materializeDefaults() = 0;
|
||||
|
||||
void syncFromGlobal(ConfigNode* global);
|
||||
virtual void resyncFromGlobal() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user