Dialog for sending error report with networking. More...
#include <DlgErrorReportNetworking.h>
Public Member Functions | |
| DlgErrorReportNetworking (const QString &xmlWithImage, QWidget *parent=0) | |
| Single constructor. With the original data, the extra context improves debugging. With anonymization, user privacy is maintained. | |
| QString | xmlToUpload () const |
| Xml to be uploaded. Includes document if user has approved. | |
Public Member Functions inherited from DlgErrorReportAbstractBase | |
| DlgErrorReportAbstractBase (QWidget *parent=0) | |
| Single constructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from DlgErrorReportAbstractBase | |
| QString | errorFile () const |
| File name for output file containing error report. | |
| void | saveFile (const QString &xml) const |
| Save xml into output file named by errorFile. | |
Dialog for sending error report with networking.
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 17 of file DlgErrorReportNetworking.h.
1.8.5