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