| 268 | } |
| 269 | |
| 270 | bool ExportSpreadsheetDialog::gridLines() const { |
| 271 | return ui->chkGridLines->isChecked(); |
| 272 | } |
| 273 | |
| 274 | bool ExportSpreadsheetDialog::skipEmptyRows() const { |
| 275 | return ui->chkEmptyRows->isChecked(); |
no outgoing calls
no test coverage detected