Code review comment for lp:~mterry/unity8/demo-users

Revision history for this message
Albert Astals Cid (aacid) wrote :

Small thing
  Q_FOREACH(QString user, users)
to
  Q_FOREACH(const QString &user, users)

review: Needs Fixing

« Back to merge proposal