7 #ifndef DLG_ERROR_REPORT_LOCAL_H
8 #define DLG_ERROR_REPORT_LOCAL_H
10 #include "DlgErrorReportAbstractBase.h"
30 void slotDocumentCheckboxChanged(
int);
36 void removeFile ()
const;
39 QCheckBox *m_chkOriginal;
40 QPushButton *m_btnSave;
41 QPushButton *m_btnCancel;
42 QString m_xmlOriginal;
43 QString m_xmlAnonymized;
44 QString m_xmlToUpload;
47 #endif // DLG_ERROR_REPORT_LOCAL_H
Dialog for saving error report for later transmission to the developers.
QString xmlToUpload() const
Xml to be uploaded. Includes document if user has approved.
Base class for dialogs that handle the error report.