| 545 | } |
| 546 | |
| 547 | void ImportFileWidget::enableFirstRowAsColNames(bool enable) { |
| 548 | ui.chbFirstRowAsColName->setEnabled(enable); |
| 549 | } |
| 550 | |
| 551 | /*! |
| 552 | * update header specific options that are available for some filter types (ASCII, XLSX and Ods) |
no test coverage detected