42 explicit Report(QString filename);
A class containing error data for one error.
A base class for reports.
virtual void writeError(const ErrorItem &error)=0
Write error to report.
virtual void writeHeader()=0
Write report header.
virtual void writeFooter()=0
Write report footer.
QFile * getFile()
Get the file object where the report is written to.
void close()
Close the report (file).
virtual bool open()
Open the existing report (file).
virtual bool create()
Create the report (file).
QString mFilename
Filename of the report.
QFile mFile
Fileobject for the report file.
Information about a class type.
@ error
Programming error.