| 453 | } |
| 454 | |
| 455 | void write(ValueMap* config) const override |
| 456 | { |
| 457 | if(mVarCodec != nullptr) config->writeEntry(m_saveName, (const char*)(*mVarCodec)); |
| 458 | } |
| 459 | |
| 460 | void read(ValueMap* config) override |
| 461 | { |
nothing calls this directly
no test coverage detected