7#ifndef DLG_ERROR_REPORT_ABSTRACT_BASE_H
8#define DLG_ERROR_REPORT_ABSTRACT_BASE_H
25 void saveFile (
const QString &xml)
const;
Base class for dialogs that handle the error report.
QString errorFile() const
File name for output file containing error report.
void saveFile(const QString &xml) const
Save xml into output file named by errorFile.
DlgErrorReportAbstractBase(QWidget *parent=0)
Single constructor.
~DlgErrorReportAbstractBase()