| 310 | } |
| 311 | |
| 312 | void write(ValueMap* config) const override |
| 313 | { |
| 314 | if(m_pVarStr != nullptr) |
| 315 | config->writeEntry(m_saveName, *m_pVarStr); |
| 316 | else |
| 317 | config->writeEntry(m_saveName, *m_pVarNum); |
| 318 | } |
| 319 | |
| 320 | void read(ValueMap* config) override |
| 321 | { |
nothing calls this directly
no test coverage detected