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

Revision history for this message
Gerry Boland (gerboland) 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

review: Needs Fixing

« Back to merge proposal