* @brief Initiates the processing of the dataset's metadata file and of the dataset itself. * @param datasetHandler the DatasetHanlder that downloads processes the dataset */
| 369 | * @param datasetHandler the DatasetHanlder that downloads processes the dataset |
| 370 | */ |
| 371 | void ImportDatasetWidget::import(DatasetHandler* datasetHandler) { |
| 372 | datasetHandler->processMetadata(m_datasetObject, m_datasetDescription); |
| 373 | } |
| 374 | |
| 375 | /** |
| 376 | * @brief Returns the QJsonObject associated with the currently selected dataset. |
no test coverage detected