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:
parent
867af0f557
commit
4179462550
@ -346,7 +346,7 @@ void QWaylandIntegration::initializeClientBufferIntegration()
|
|||||||
&& mDisplay->hardwareIntegration()->clientBufferIntegration() != QLatin1String("linux-dmabuf-unstable-v1")) {
|
&& mDisplay->hardwareIntegration()->clientBufferIntegration() != QLatin1String("linux-dmabuf-unstable-v1")) {
|
||||||
targetKey = mDisplay->hardwareIntegration()->clientBufferIntegration();
|
targetKey = mDisplay->hardwareIntegration()->clientBufferIntegration();
|
||||||
} else {
|
} else {
|
||||||
targetKey = QLatin1Literal("wayland-egl");
|
targetKey = QLatin1String("wayland-egl");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user