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

Method raiseMissingAttributeWarning

src/backend/lib/XmlStreamReader.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void XmlStreamReader::raiseMissingAttributeWarning(const QString& attribute) {
99 static auto warning = i18n("Attribute '%1' missing or empty, default value is used");
100 m_warnings.append(i18n("line %1, column %2: %3", lineNumber(), columnNumber(), warning.arg(attribute)));
101}
102
103void XmlStreamReader::raiseUnknownElementWarning() {
104 static auto warning = i18n("unknown element '%1'");

Callers 15

loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80

Calls 2

appendMethod · 0.80
argMethod · 0.80

Tested by

no test coverage detected