We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ab683 commit 0031c07Copy full SHA for 0031c07
src/tests/TestImport.cpp
@@ -16,7 +16,7 @@ TestImport::TestImport()
16
// to work
17
int argcount = 1;
18
const char* appname = "sqlb-unittests";
19
- app = new QApplication(argcount, const_cast<char**>(&appname));
+ app = new QCoreApplication(argcount, const_cast<char**>(&appname));
20
}
21
22
TestImport::~TestImport()
0 commit comments