Remove usages of deprecated QLatin1Literal

Task-number: QTBUG-76491
Change-Id: I8f96c049e134843e4eb2bffef6274497eca8b5cf
Reviewed-by: Johan Helsing <johan.helsing@qt.io>
This commit is contained in:
Sona Kurazyan 2019-06-25 10:00:11 +02:00
parent 867af0f557
commit 4179462550

View File

@ -346,7 +346,7 @@ void QWaylandIntegration::initializeClientBufferIntegration()
&& mDisplay->hardwareIntegration()->clientBufferIntegration() != QLatin1String("linux-dmabuf-unstable-v1")) {
targetKey = mDisplay->hardwareIntegration()->clientBufferIntegration();
} else {
targetKey = QLatin1Literal("wayland-egl");
targetKey = QLatin1String("wayland-egl");
}
}