mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 10:20:17 -06:00
tests: fix tests to run without x server
This commit is contained in:
@@ -16,7 +16,7 @@ TestImport::TestImport()
|
||||
// to work
|
||||
int argcount = 1;
|
||||
const char* appname = "sqlb-unittests";
|
||||
app = new QApplication(argcount, const_cast<char**>(&appname));
|
||||
app = new QCoreApplication(argcount, const_cast<char**>(&appname));
|
||||
}
|
||||
|
||||
TestImport::~TestImport()
|
||||
|
||||
Reference in New Issue
Block a user