Code review comment for lp:~gerboland/qtubuntu/add--more-surface-type-support

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

"""
 void UbuntuWindow::handleSurfaceVisibilityChanged(bool visible)
493 {
494 - qCDebug(ubuntumirclient, "handleSurfaceFocused(window=%p)", window());
495 + qCDebug(ubuntumirclient, "handleSurfaceVisibilityChanged(window=%p, visible=%d)", window(), visible);
"""

https://code.launchpad.net/~dandrader/qtubuntu/loggingFixes/+merge/305374 already touches this. Branches will conflict.

« Back to merge proposal