| 418 | } |
| 419 | |
| 420 | void setToDefault() override |
| 421 | { |
| 422 | qint32 index = getDefaultIndex(); |
| 423 | |
| 424 | setCurrentIndex(index); |
| 425 | if(mVarCodec != nullptr) |
| 426 | { |
| 427 | *mVarCodec = m_codecVec[index]; |
| 428 | } |
| 429 | } |
| 430 | |
| 431 | void setToCurrent() override |
| 432 | { |
nothing calls this directly
no test coverage detected