Code review comment for lp:~gerboland/qtmir/frameSwapped-crash-fix

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

I think this code in setSurface() is now redundant:

"""
        if (m_window) {
            connect(m_window, &QQuickWindow::frameSwapped, this, &MirSurfaceItem::onCompositorSwappedBuffers,
                (Qt::ConnectionType) (Qt::DirectConnection | Qt::UniqueConnection));
        }
"""

review: Needs Fixing

« Back to merge proposal