| 193 | } |
| 194 | |
| 195 | void read(ValueMap* config) override |
| 196 | { |
| 197 | m_list = config->readEntry(m_saveName, QStringList(m_defaultVal)); |
| 198 | if(!m_list.empty()) setCurrent(m_list.front()); |
| 199 | clear(); |
| 200 | insertItems(0, m_list); |
| 201 | } |
| 202 | |
| 203 | private: |
| 204 | void insertText() |
nothing calls this directly
no test coverage detected