Commit c27586a1 authored by Lorenz Meier's avatar Lorenz Meier

Fix MainWindow test

parent f49c93db
......@@ -34,7 +34,7 @@
UT_REGISTER_TEST(MainWindowTest)
MainWindowTest::MainWindowTest(void) :
_mainWindow(NULL)
_mainWindow()
{
}
......@@ -43,7 +43,7 @@ void MainWindowTest::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