| 296 | } |
| 297 | |
| 298 | QString ExportSpreadsheetDialog::separator() const { |
| 299 | return ui->cbSeparator->currentText(); |
| 300 | } |
| 301 | |
| 302 | QLocale::Language ExportSpreadsheetDialog::numberFormat() const { |
| 303 | if (ui->cbDecimalSeparator->currentIndex() == 0) |
no test coverage detected