Commit b82ed5c5 authored by Don Gagne's avatar Don Gagne

Allow AutoTests to bring up UI

I have UI based unit tests coming, so getting ready for that
parent a45a5756
......@@ -51,7 +51,7 @@ namespace AutoTest
inline int run(int argc, char *argv[])
{
int ret = 0;
QCoreApplication t(argc, argv);
QApplication t(argc, argv);
foreach (QObject* test, testList())
{
ret += QTest::qExec(test, argc, argv);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment