diff --git a/autotests/integration/kwin_wayland_test.h b/autotests/integration/kwin_wayland_test.h index a3f0c343b9..c22050b6d5 100644 --- a/autotests/integration/kwin_wayland_test.h +++ b/autotests/integration/kwin_wayland_test.h @@ -127,6 +127,10 @@ class XdgShell : public QtWayland::xdg_wm_base { public: ~XdgShell() override; + void xdg_wm_base_ping(uint32_t serial) override + { + pong(serial); + } }; /**