35 #include "settingsprovider.h" 37 DClass<SettingsProvider>
47 SettingsProvider::~SettingsProvider()
53 for (
const QString &key : other.allKeys())
55 setValue(key, other.value(key));
void copyFrom(const SettingsProvider &other)
Copies all settings from 'other' to 'this'.