38 explicit XmlReport(
const QString &filename);
43 virtual QList<ErrorItem>
read() = 0;
A class containing error data for one error.
A base class for reports.
Base class for XML report classes.
XmlReport(const QString &filename)
virtual QList< ErrorItem > read()=0
Read contents of the report file.
static QString quoteMessage(const QString &message)
Quote the message.
static QString unquoteMessage(const QString &message)
Unquote the message.
static int determineVersion(const QString &filename)
Get the XML report format version from the file.