| 496 | } |
| 497 | |
| 498 | void MainWindow::setKeypadHolding(bool enabled) { |
| 499 | ui->keypadWidget->setHolding(enabled); |
| 500 | m_config->setValue(SETTING_KEYPAD_HOLDING, enabled); |
| 501 | } |
| 502 | |
| 503 | void MainWindow::setCalcSkinTopFromType(bool python) { |
| 504 | QString fileName; |
nothing calls this directly
no test coverage detected