| 280 | } |
| 281 | |
| 282 | void setToDefault() override |
| 283 | { |
| 284 | setCurrentIndex(m_defaultVal); |
| 285 | if(m_pVarStr != nullptr) |
| 286 | { |
| 287 | *m_pVarStr = currentText(); |
| 288 | } |
| 289 | } |
| 290 | |
| 291 | void setToCurrent() override |
| 292 | { |
nothing calls this directly
no outgoing calls
no test coverage detected