| 361 | } |
| 362 | |
| 363 | void |
| 364 | MainSpectrum::setLocked(bool locked) |
| 365 | { |
| 366 | this->ui->fcLcd->setLocked(locked); |
| 367 | this->ui->lnbLcd->setLocked(locked); |
| 368 | |
| 369 | this->ui->fcLcd->setEnabled(!locked); |
| 370 | this->ui->lnbLcd->setEnabled(!locked); |
| 371 | |
| 372 | this->onLockStateChanged(); |
| 373 | } |
| 374 | |
| 375 | void |
| 376 | MainSpectrum::setGracePeriod(qint64 period) |
no test coverage detected