[autotests] Enforce QPainter compositing

The change to O2 in 4a35a63d2d didn't
work on the CI, so QPainter it is.
This commit is contained in:
Martin Gräßlin 2015-10-09 07:58:30 +02:00
parent 4a35a63d2d
commit 80b6a26a09

View file

@ -42,7 +42,7 @@ static void readDisplay(int pipe);
WaylandTestApplication::WaylandTestApplication(int &argc, char **argv)
: Application(OperationModeXwayland, argc, argv)
{
qputenv("KWIN_COMPOSE", QByteArrayLiteral("O2"));
qputenv("KWIN_COMPOSE", QByteArrayLiteral("Q"));
WaylandServer *server = WaylandServer::create(this);
QPluginLoader loader(QStringLiteral(KWINBACKENDPATH));
loader.instance()->setParent(server);