| 491 | } |
| 492 | |
| 493 | void MainWindow::setKeypadColor(unsigned int color) { |
| 494 | ui->keypadWidget->setType(get_device_type(), color); |
| 495 | m_config->setValue(SETTING_KEYPAD_COLOR, color); |
| 496 | } |
| 497 | |
| 498 | void MainWindow::setKeypadHolding(bool enabled) { |
| 499 | ui->keypadWidget->setHolding(enabled); |
nothing calls this directly
no outgoing calls
no test coverage detected