17 : QWaylandQuickShellIntegration(item)
19 , m_shellSurface(qobject_cast<QWaylandQtShellSurface *>(item->shellSurface()))
21 m_item->setSurface(m_shellSurface->surface());
22 connect(m_shellSurface, &QWaylandQtShellSurface::destroyed,
23 this, &QtShellIntegration::handleQtShellSurfaceDestroyed);