Code review comment for lp:~alan-griffiths/miral/WindowControllerInterface-isVisible

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

"""
+ assert(m_surface.unique());
"""

We use Q_ASSERT() in Qt code.

« Back to merge proposal