| 2178 | } |
| 2179 | |
| 2180 | void ImportFileWidget::checkValid() { |
| 2181 | QString errorMessage; |
| 2182 | if (m_asciiOptionsWidget && !m_asciiOptionsWidget->isValid(errorMessage)) |
| 2183 | Q_EMIT error(errorMessage); |
| 2184 | else |
| 2185 | Q_EMIT error({}); |
| 2186 | } |
| 2187 | |
| 2188 | void ImportFileWidget::updateContent(const QString& fileName) { |
| 2189 | DEBUG(Q_FUNC_INFO << ", file name = " << STDSTRING(fileName)); |