16 : QWaylandQuickShellIntegration(item)
18 , m_shellSurface(qobject_cast<QWaylandIviSurface *>(item->shellSurface()))
20 m_item->setSurface(m_shellSurface->surface());
21 connect(m_shellSurface, &QWaylandIviSurface::destroyed,
this, &IviSurfaceIntegration::handleIviSurfaceDestroyed);