MCPcopy Create free account
hub / github.com/KDE/labplot / checkValid

Method checkValid

src/frontend/datasources/ImportFileWidget.cpp:2180–2186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2178}
2179
2180void 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
2188void ImportFileWidget::updateContent(const QString& fileName) {
2189 DEBUG(Q_FUNC_INFO << ", file name = " << STDSTRING(fileName));

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected