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