11 #include "exceptionwindow.hpp"
12 #include "ui_exceptionwindow.h"
14 using namespace Huggle;
19 ui->textEdit->setText(
"We are sorry, but huggle just crashed! Please submit the following information together with details of what were you doing to "\
21 +
"\n\n\n\nException details\n===========================\nError code: " + QString::number(e->
ErrorCode)
25 ExceptionWindow::~ExceptionWindow()
30 void ExceptionWindow::on_pushButton_clicked()
35 void ExceptionWindow::on_pushButton_3_clicked()
37 QApplication::exit(2);
static QString RingLogToText()
Return a ring log represented as 1 huge string.
QString Message
Reason for crash.
Every exception raised by huggle is defined by this class.