| 289 | } |
| 290 | |
| 291 | void setToCurrent() override |
| 292 | { |
| 293 | if(m_pVarNum != nullptr) |
| 294 | setCurrentIndex(*m_pVarNum); |
| 295 | else |
| 296 | setText(*m_pVarStr); |
| 297 | } |
| 298 | |
| 299 | using OptionItemBase::apply; |
| 300 | void apply() override |
nothing calls this directly
no outgoing calls
no test coverage detected