| 256 | } |
| 257 | |
| 258 | bool ExportSpreadsheetDialog::exportHeader() const { |
| 259 | return ui->chkExportHeader->isChecked(); |
| 260 | } |
| 261 | |
| 262 | bool ExportSpreadsheetDialog::captions() const { |
| 263 | return ui->chkCaptions->isChecked(); |
no outgoing calls
no test coverage detected