* @brief Checks whether the OK button of the dialog can be pressed or not */
| 67 | * @brief Checks whether the OK button of the dialog can be pressed or not |
| 68 | */ |
| 69 | void DatasetMetadataManagerDialog::checkOkButton() { |
| 70 | bool enable = m_mainWidget->checkDataValidity(); |
| 71 | m_okButton->setEnabled(enable); |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * @brief Triggers updating the metadata file containing the categories, subcategories and datasets. |
nothing calls this directly
no test coverage detected