| 1046 | } |
| 1047 | |
| 1048 | void Profile::storeSetting(const QString& section, const QString& name, |
| 1049 | const QVariant& value) |
| 1050 | { |
| 1051 | m_Settings->setValue(keyName(section, name), value); |
| 1052 | } |
| 1053 | |
| 1054 | void Profile::removeSetting(const QString& section, const QString& name) |
| 1055 | { |
no test coverage detected