Code review comment for lp:~dandrader/qtubuntu/useApplicationStateAPI

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

> + case ApplicationState:
> + return true;
> + break;
> no need to break if you return.

Fixed.

« Back to merge proposal