7 #ifndef DLG_ERROR_REPORT_H
8 #define DLG_ERROR_REPORT_H
32 void slotDocumentCheckboxChanged(
int);
38 QString errorFile ()
const;
39 void removeFile ()
const;
40 void saveFile (
const QString &xml)
const;
43 QCheckBox *m_chkOriginal;
44 QPushButton *m_btnSend;
45 QPushButton *m_btnCancel;
46 QString m_xmlOriginal;
47 QString m_xmlAnonymized;
48 QString m_xmlToUpload;
51 #endif // DLG_ERROR_REPORT_H
QString xmlToUpload() const
Xml to be uploaded. Includes document if user has approved.
Dialog for sending error report.