Code review comment for lp:~unity-team/unity8/dash-as-app

Revision history for this message
Michael Zanetti (mzanetti) wrote :

> """
> Q_SIGNALS:
> void setCurrentScope(const QString &scopeId, bool animate, bool reset);
> """
>
> Naming signals like functions is never a good thing. I would make an effort to
> name it like a signal. "requestedScopeAsCurrent" or even
> "setCurrentScopeCalled" would do it.

fixed

« Back to merge proposal