Rely on on-demand creation of MainWindow::mLogView
This commit is contained in:
parent
cb306dd1bd
commit
e7904bd7a8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue