Code review comment for lp:~paulliu/unity-mir/logout

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

213 + Q_SCRIPTABLE void LogoutRequested(bool b);
214 + void LogoutReady();

Signals should not start with a capital letter.

« Back to merge proposal