1 #ifndef DLG_ERROR_REPORT_H
2 #define DLG_ERROR_REPORT_H
18 const QString &xmlWithDocument,
27 void slotDocumentCheckboxChanged(
int);
33 QString errorFile ()
const;
34 void removeFile ()
const;
35 void saveFile (
const QString &xml)
const;
38 QCheckBox *m_chkWithDocument;
39 QPushButton *m_btnSend;
40 QPushButton *m_btnCancel;
41 QString m_xmlWithoutDocument;
42 QString m_xmlWithDocument;
43 QString m_xmlToUpload;
46 #endif // DLG_ERROR_REPORT_H
QString xmlToUpload() const
Xml to be uploaded. Includes document if user has approved.
Dialog for sending error report.