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