From da61739728b2df7981b898da5dbdd4b74be068fc Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Mon, 29 Aug 2016 15:15:29 +0200 Subject: Rename the QWaylandXdg* classes to QWaylandXdg*V5 This frees the QWaylandXdg name for the hopefully coming stable version of xdg-shell. Change-Id: I9beb9b035c6497fb45bee5c9104485b564ca0619 Reviewed-by: Johan Helsing --- examples/wayland/minimal-qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/wayland/minimal-qml/main.qml') diff --git a/examples/wayland/minimal-qml/main.qml b/examples/wayland/minimal-qml/main.qml index ce64084ce..3d6c3b7bb 100644 --- a/examples/wayland/minimal-qml/main.qml +++ b/examples/wayland/minimal-qml/main.qml @@ -75,7 +75,7 @@ WaylandCompositor { onWlShellSurfaceCreated: chromeComponent.createObject(surfaceArea, { "shellSurface": shellSurface } ); } - XdgShell { + XdgShellV5 { onXdgSurfaceCreated: chromeComponent.createObject(surfaceArea, { "shellSurface": xdgSurface } ); } -- cgit v1.2.3