Skip to content
Snippets Groups Projects
Commit ded91151 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Revert "MainWindow: Delete navigationwidget again"


This causes trouble with the unit tests on windows.

This reverts commit 0fe28d652f1219978d23030cbb322d09ada5a68f

Change-Id: I08d4991d9b86ee8b80d093899f2e33e2be1c1565
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 75c0b5bf
No related branches found
No related tags found
No related merge requests found
......@@ -306,9 +306,6 @@ MainWindow::~MainWindow()
m_helpManager = 0;
delete m_variableManager;
m_variableManager = 0;
delete m_navigationWidget;
m_navigationWidget = 0;
}
bool MainWindow::init(QString *errorMessage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment