| 857 | } |
| 858 | |
| 859 | void MainWindow::enableAutoupdate(bool on) { |
| 860 | ui->checkBox_autoUpdate->setEnabled(on); |
| 861 | ui->label_autoUpdate_lastCalcTime->setEnabled(on); |
| 862 | ui->label_autoUpdate_text->setEnabled(on); |
| 863 | ui->doubleSpinBox_autoUpdateThreshold->setEnabled(on); |
| 864 | } |
| 865 | |
| 866 | //add single image to queue |
| 867 | void MainWindow::addImageToQueue(QUrl url) { |
nothing calls this directly
no outgoing calls
no test coverage detected