[tests] Use QCoreApplication for ShadowTest

This commit is contained in:
Martin Gräßlin 2015-11-18 10:21:36 +01:00
parent 799d11fdb7
commit fc37f1a9eb

View file

@ -173,7 +173,7 @@ void ShadowTest::render()
int main(int argc, char **argv)
{
QGuiApplication app(argc, argv);
QCoreApplication app(argc, argv);
ShadowTest client;
client.init();