Skycoder42
7 years ago
No known key found for this signature in database
GPG Key ID: 8E01AD9EF0578D2B
1 changed files with
1 additions and
0 deletions
-
src/mvvmcore/settingsconfigloader.cpp
|
|
@ -136,6 +136,7 @@ Entry SettingsConfigLoader::convertEntry(const EntryType &entry) const |
|
|
|
auto data = readProperty(prop); |
|
|
|
ent.properties.insert(data.first, data.second); |
|
|
|
} |
|
|
|
return ent; |
|
|
|
} |
|
|
|
|
|
|
|
QVariant SettingsConfigLoader::readElement(const ElementType &element) const |
|
|
|