Dialog for sending error report. More...
#include <DlgErrorReport.h>
Public Member Functions | |
DlgErrorReport (const QString &xmlWithoutDocument, const QString &xmlWithDocument, QWidget *parent=0) | |
Single constructor. With the Document, the extra context improves debugging. Without the Document, user privacy is maintained. | |
QString | xmlToUpload () const |
Xml to be uploaded. Includes document if user has approved. | |
Dialog for sending error report.
Even if it is not sent, the information is available while this dialog is open, as a file in the executable directory
Definition at line 11 of file DlgErrorReport.h.