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

Method failedCASMissing

src/backend/lib/XmlStreamReader.cpp:86–88  ·  view source on GitHub ↗

! * returns \c true if the loading of an project object failed because * of the missing CAS functionality (no CAS support or missing CAS plugin). * returns \c false if the loadign failed because of other reasons * like broken XML or missing important and required attributes. */

Source from the content-addressed store, hash-verified

84 * like broken XML or missing important and required attributes.
85 */
86bool XmlStreamReader::failedCASMissing() const {
87 return m_failedCASMissing;
88}
89
90void XmlStreamReader::raiseError(const QString& message) {
91 QXmlStreamReader::raiseError(i18n("line %1, column %2: %3", lineNumber(), columnNumber(), message));

Callers 1

Folder.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected