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
This commit is contained in:
Roland Rossgotterer
2018-12-25 23:10:58 +01:00
committed by Mat Sutcliffe
parent 524a2829a1
commit 1403926d3d

View File

@@ -76,6 +76,6 @@ namespace BlackSimPluginFsxP3D
} // ns
//! main
BLACKTEST_APPLESS_MAIN(BlackSimPluginFsxP3D::CSimPluginFsxP3d);
BLACKTEST_MAIN(BlackSimPluginFsxP3D::CSimPluginFsxP3d);
//! \endcond