Code review comment for lp:~mzanetti/unity8/async-dashcommunicator

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

> +void DashConnection::setCurrentScope(const QString &scopeId, bool animate,
> bool isSwipe)
> +{
> + dbusInterface()->asyncCall("SetCurrentScope", scopeId, animate, isSwipe);
> +}
> dbusInterface() could return null if the service isn't available, you should
> check for that. Am happy to drop calls if service not available

done

« Back to merge proposal