| 298 | |
| 299 | using OptionItemBase::apply; |
| 300 | void apply() override |
| 301 | { |
| 302 | if(m_pVarNum != nullptr) |
| 303 | { |
| 304 | *m_pVarNum = currentIndex(); |
| 305 | } |
| 306 | else |
| 307 | { |
| 308 | *m_pVarStr = currentText(); |
| 309 | } |
| 310 | } |
| 311 | |
| 312 | void write(ValueMap* config) const override |
| 313 | { |
nothing calls this directly
no outgoing calls
no test coverage detected