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

Method hasWarnings

src/backend/lib/XmlStreamReader.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool XmlStreamReader::hasWarnings() const {
69 return !m_warnings.isEmpty();
70}
71
72bool XmlStreamReader::hasMissingCASWarnings() const {
73 return !m_missingCASPlugins.isEmpty();

Callers 1

loadMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected