[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:
parent
4a35a63d2d
commit
80b6a26a09
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue