| 653 | } |
| 654 | |
| 655 | void ExportSpreadsheetDialog::setExportTo(const QStringList& to) { |
| 656 | ui->cbExportToFITS->addItems(to); |
| 657 | } |
| 658 | |
| 659 | ExportSpreadsheetDialog::Format ExportSpreadsheetDialog::format() const { |
| 660 | return static_cast<Format>(ui->cbFormat->currentData().toInt());; |
no outgoing calls
no test coverage detected