Revert "MainWindow: Delete navigationwidget again"

This causes trouble with the unit tests on windows.

This reverts commit 0fe28d652f1219978d23030cbb322d09ada5a68f

Change-Id: I08d4991d9b86ee8b80d093899f2e33e2be1c1565
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-11-27 13:22:26 +01:00
parent 75c0b5bfe2
commit ded911516b

View File

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