crashhandler: updated for linux

This commit is contained in:
itsmattkc
2020-02-28 13:37:02 +11:00
parent c32ed5955c
commit ff69e69be4
3 changed files with 12 additions and 5 deletions
+3
View File
@@ -28,6 +28,9 @@
AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent)
{
char* test = nullptr;
test[250] = 69;
setWindowTitle(tr("About %1").arg(QApplication::applicationName()));
QVBoxLayout* layout = new QVBoxLayout(this);