Implement ping on tests

Otherwise there's no pong and we get unnecessary noise.
This commit is contained in:
Aleix Pol 2021-05-12 03:11:27 +02:00 committed by Aleix Pol Gonzalez
parent 837ef14e46
commit 35970686e1

View file

@ -127,6 +127,10 @@ class XdgShell : public QtWayland::xdg_wm_base
{ {
public: public:
~XdgShell() override; ~XdgShell() override;
void xdg_wm_base_ping(uint32_t serial) override
{
pong(serial);
}
}; };
/** /**