Code review comment for lp:~laney/telephony-service/accountsservice

Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

271 + void slotChanged(QString, QVariantMap, QStringList);
272 + void slotNameOwnerChanged(QString, QString, QString);

Just to be consistent with other classes, would you mind renaming those to:
onChanged and onNameOwnerChanged ?

review: Needs Fixing

« Back to merge proposal