Code review comment for lp:~mzanetti/qtmir/surfacemanager-getters

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

In MirSurfaceManager::onSessionDestroyingSurface:

"""
    if (qmlSurface->type() == Mir::InputMethodType) {
        qmlSurface = nullptr;
        Q_EMIT inputMethodSurfaceChanged();
    }
"""

s/qmlSurface/m_inputMethodSurface

review: Needs Fixing

« Back to merge proposal