This line wasn't intended to go in.

icc-effect-5.14.5
Boudewijn Rempt 2015-06-13 19:10:33 +02:00
parent 859a3bb598
commit d457a8d92b
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ void ApplicationWayland::continueStartupWithX()
QProcessEnvironment environment = QProcessEnvironment::systemEnvironment();
environment.insert(QStringLiteral("WAYLAND_SOCKET"), QByteArray::number(socket));
environment.insert(QStringLiteral("QT_QPA_PLATFORM"), QStringLiteral("wayland"));
environment.insert(QStringLiteral("QT_IM_MODULE"), QStringLiteral("maliit"));
environment.remove("DISPLAY");
environment.remove("WAYLAND_DISPLAY");
QProcess *p = new QProcess(this);