Commit 6069a71a authored by Lorenz Meier's avatar Lorenz Meier

Fix setupview test

parent 522b15f6
......@@ -41,7 +41,7 @@ void SetupViewTest::init(void)
{
UnitTest::init();
_mainWindow = MainWindow::_create(NULL);
_mainWindow = MainWindow::_create();
Q_CHECK_PTR(_mainWindow);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment