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

Method raiseError

src/backend/lib/XmlStreamReader.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void XmlStreamReader::raiseError(const QString& message) {
91 QXmlStreamReader::raiseError(i18n("line %1, column %2: %3", lineNumber(), columnNumber(), message));
92}
93
94void XmlStreamReader::raiseWarning(const QString& message) {
95 m_warnings.append(i18n("line %1, column %2: %3", lineNumber(), columnNumber(), message));

Callers 5

XmlReadMaskMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
XmlReadRowMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected