From 1403926d3d287863b6dc76f6199e1e40386cf2ae Mon Sep 17 00:00:00 2001 From: Roland Rossgotterer Date: Tue, 25 Dec 2018 23:10:58 +0100 Subject: [PATCH] Run SimPluginFsxP3d unit test with QCoreApplication Summary: Running it as appless, caused the warning "QCoreApplication::applicationDirPath: Please instantiate the QApplication object first" Reviewers: #swift_pilot_client, msutcliffe Reviewed By: #swift_pilot_client, msutcliffe Differential Revision: https://dev.swift-project.org/D80 --- tests/blacksimpluginfsxp3d/testblacksimpluginfsxp3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/blacksimpluginfsxp3d/testblacksimpluginfsxp3d.cpp b/tests/blacksimpluginfsxp3d/testblacksimpluginfsxp3d.cpp index 7d86de24a..b5331ce7a 100644 --- a/tests/blacksimpluginfsxp3d/testblacksimpluginfsxp3d.cpp +++ b/tests/blacksimpluginfsxp3d/testblacksimpluginfsxp3d.cpp @@ -76,6 +76,6 @@ namespace BlackSimPluginFsxP3D } // ns //! main -BLACKTEST_APPLESS_MAIN(BlackSimPluginFsxP3D::CSimPluginFsxP3d); +BLACKTEST_MAIN(BlackSimPluginFsxP3D::CSimPluginFsxP3d); //! \endcond