| 315 | } |
| 316 | |
| 317 | void ExportSpreadsheetDialog::setExportToImage(bool possible) { |
| 318 | if (!possible) { |
| 319 | ui->cbExportToFITS->setCurrentIndex(1); |
| 320 | ui->cbExportToFITS->setItemData(0, 0, Qt::UserRole - 1); |
| 321 | } |
| 322 | } |
| 323 | |
| 324 | // SLOTS |
| 325 | void ExportSpreadsheetDialog::okClicked() { |
no test coverage detected