| 1052 | } |
| 1053 | |
| 1054 | void Profile::removeSetting(const QString& section, const QString& name) |
| 1055 | { |
| 1056 | m_Settings->remove(keyName(section, name)); |
| 1057 | } |
| 1058 | |
| 1059 | QVariantMap Profile::settingsByGroup(const QString& section) const |
| 1060 | { |
no test coverage detected