Code review comment for lp:~mzanetti/unity8/unified-stages

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

In qml/Stage/Stage.qml

"""
    // functions to be called from outside
[...]
    function closeFocusedDelegate() {
"""

Don't see closeFocusedDelegate() being called from outside. Could it be moved to the priv object? Or maybe even moved into closeFocusedShortcut as it's only used there and it's a quite small function.

« Back to merge proposal