Skip to content
Snippets Groups Projects
Commit 85d7e752 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

TEST: Fixed signal/slot connection.

parent 66df71a2
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ int mvdMonteverdi2ApplicationTest(int argc, char* argv[])
main_window.show();
QTimer::singleShot(1000, &application, SLOT(quit()));
QTimer::singleShot(1000, &qtApp, SLOT(quit()));
return qtApp.exec();
}
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