Broken alsalib record
This commit is contained in:
@ -143,6 +143,11 @@ void MainWindow::slotBSpeakerAutoToggle(int state)
|
||||
ui->checkBox_bspeaker->setEnabled(!state);
|
||||
}
|
||||
|
||||
void MainWindow::slotDoorOpenTimeout()
|
||||
{
|
||||
ui->checkBox_doorOpen->setChecked(true);
|
||||
}
|
||||
|
||||
void MainWindow::slotInfMirrorAutoToggle(int state)
|
||||
{
|
||||
ui->checkBox_inf->setEnabled(!state);
|
||||
|
Reference in New Issue
Block a user