crashhandler: removed old test code

This commit is contained in:
itsmattkc
2020-02-28 13:40:35 +11:00
parent ff69e69be4
commit 3ba27b5fc1
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -100,6 +100,8 @@ void crash_handler(int sig) {
}
SymCleanup(process);
#elif defined(Q_OS_MAC)
// FIXME: No Mac backtrace support yet
#elif defined(Q_OS_LINUX)
void *array[10];
size_t size;
-3
View File
@@ -28,9 +28,6 @@
AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent)
{
char* test = nullptr;
test[250] = 69;
setWindowTitle(tr("About %1").arg(QApplication::applicationName()));
QVBoxLayout* layout = new QVBoxLayout(this);