Implement QWaylandXdgSurface::xdg_surface_close()

Change-Id: Ia2f708fc668a802f4468efd0765f36aab0944e10
Reviewed-by: Johan Helsing <johan.helsing@qt.io>
This commit is contained in:
Daniel d'Andrada 2018-06-28 09:59:25 +02:00
parent 3c8df67f26
commit ede3963eba

View File

@ -249,6 +249,7 @@ void QWaylandXdgSurface::xdg_surface_configure(int32_t width, int32_t height, st
void QWaylandXdgSurface::xdg_surface_close()
{
m_window->window()->close();
}
}