[Merge] lp:~mardy/webbrowser-app/cookie-manager into lp:webbrowser-app
Olivier Tilloy
olivier.tilloy at canonical.com
Tue Aug 26 08:33:37 UTC 2014
615 +void CookieStore::cookiesUpdated(bool status)
616 +{
617 + if (status)
618 + Q_EMIT moved(true);
619 + else
620 + Q_EMIT moved(false);
621 +}
This can be simplified to:
void CookieStore::cookiesUpdated(bool status)
{
Q_EMIT moved(status);
}
--
https://code.launchpad.net/~mardy/webbrowser-app/cookie-manager/+merge/232039
Your team Ubuntu Phablet Team is subscribed to branch lp:webbrowser-app.
More information about the Ubuntu-reviews
mailing list