7 #ifndef DLG_ERROR_REPORT_NETWORKING_H 8 #define DLG_ERROR_REPORT_NETWORKING_H 10 #include "DlgErrorReportAbstractBase.h" 31 void slotDocumentCheckboxChanged(
int);
37 void removeFile ()
const;
40 QCheckBox *m_chkOriginal;
41 QPushButton *m_btnSend;
42 QPushButton *m_btnCancel;
43 QString m_xmlOriginal;
44 QString m_xmlAnonymized;
45 QString m_xmlToUpload;
48 #endif // DLG_ERROR_REPORT_NETWORKING_H Dialog for sending error report with networking.
QString xmlToUpload() const
Xml to be uploaded. Includes document if user has approved.
Base class for dialogs that handle the error report.