Handle the zxdg_toplevel_v6.close event
Change-Id: I9f470930e8d3d88430f8a7b2017fa2d0159a015e Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
fb41b1c4e1
commit
dfb9a78e6c
@ -80,6 +80,7 @@ void QWaylandXdgSurfaceV6::Toplevel::zxdg_toplevel_v6_configure(int32_t width, i
|
|||||||
|
|
||||||
void QWaylandXdgSurfaceV6::Toplevel::zxdg_toplevel_v6_close()
|
void QWaylandXdgSurfaceV6::Toplevel::zxdg_toplevel_v6_close()
|
||||||
{
|
{
|
||||||
|
m_xdgSurface->m_window->window()->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
QWaylandXdgSurfaceV6::Popup::Popup(QWaylandXdgSurfaceV6 *xdgSurface, QWaylandXdgSurfaceV6 *parent,
|
QWaylandXdgSurfaceV6::Popup::Popup(QWaylandXdgSurfaceV6 *xdgSurface, QWaylandXdgSurfaceV6 *parent,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user