From e7904bd7a83638d117e4073f3d52ca0c3d8f69fe Mon Sep 17 00:00:00 2001 From: PKEuS Date: Sat, 20 Oct 2012 20:05:02 +0200 Subject: [PATCH] Rely on on-demand creation of MainWindow::mLogView --- gui/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index a9d7866c9..a9c9b9bcb 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -58,7 +58,6 @@ MainWindow::MainWindow() : mUI.mResults->Initialize(mSettings, mApplications); mThread = new ThreadHandler(this); - mLogView = new LogView; // Filter timer to delay filtering results slightly while typing mFilterTimer = new QTimer(this);