Code review comment for lp:~mterry/unity8/greeter-wallpaper

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

518 +void AccountsBindings::setUser(const QString &)
519 +{
520 +}

527 +void AccountsBindings::setDemoEdges(bool)
528 +{
529 +}

Please use Q_UNUSED to get rid of the compiler warnings.

review: Needs Fixing

« Back to merge proposal