crashhandler: updated for linux
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user