Use BLACKTEST_MAIN in tests to avoid "QWARN : BlackMiscTest::CTestXPlane::acfPropertiesTest() QCoreApplication::applicationDirPath: Please instantiate the QApplication object first"

This commit is contained in:
Klaus Basan
2018-10-14 12:39:54 +02:00
parent f6ea2a9107
commit c6025e5994
5 changed files with 5 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ namespace BlackMiscTest
}
//! main
BLACKTEST_APPLESS_MAIN(BlackMiscTest::CTestXPlane);
BLACKTEST_MAIN(BlackMiscTest::CTestXPlane);
#include "testxplane.moc"