~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to libmuon/backends/AkabeiBackend/AkabeiUpdater.cpp

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2015-03-24 07:36:31 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20150324073631-7nmay5episnfkdlt
Tags: upstream-5.2.2
ImportĀ upstreamĀ versionĀ 5.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    if (!success) {
177
177
        QString err;
178
178
        foreach (const Akabei::Error &error, m_transaction->errors()) {
179
 
            err.append(" " + error.description());
 
179
            err.append(' ' + error.description());
180
180
        }
181
181
        if (err.isEmpty())
182
182
            err = i18n("Something went wrong!");