diff --git a/plugins/platforms/wayland/wayland_backend.cpp b/plugins/platforms/wayland/wayland_backend.cpp index 1beec17101..e06881f097 100644 --- a/plugins/platforms/wayland/wayland_backend.cpp +++ b/plugins/platforms/wayland/wayland_backend.cpp @@ -525,7 +525,7 @@ void WaylandBackend::createSurface() m_seat->setInstallCursor(true); } // check for xdg shell - auto xdgIface = m_registry->interface(Registry::Interface::XdgShellUnstableV5); + auto xdgIface = m_registry->interface(Registry::Interface::XdgShellUnstableV6); if (xdgIface.name != 0) { m_xdgShell = m_registry->createXdgShell(xdgIface.name, xdgIface.version, this); if (m_xdgShell && m_xdgShell->isValid()) {