Rely on on-demand creation of MainWindow::mLogView

This commit is contained in:
PKEuS 2012-10-20 20:05:02 +02:00
parent cb306dd1bd
commit e7904bd7a8
1 changed files with 0 additions and 1 deletions

View File

@ -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);