* @brief Sets the currently selected collection * @param category the name of the collection */
| 448 | * @param category the name of the collection |
| 449 | */ |
| 450 | void ImportDatasetWidget::setCollection(const QString& collection) { |
| 451 | ui.cbCollections->setCurrentText(collection + QStringLiteral(" (") + QString::number(m_model->datasetCount(collection)) + QLatin1Char(')')); |
| 452 | } |
| 453 | |
| 454 | /** |
| 455 | * @brief Sets the currently selected category |
no test coverage detected