~alecu/unity-scope-click/seq-inst-uninst-rtm

« back to all changes in this revision

Viewing changes to libclickscope/click/package.cpp

  • Committer: Alejandro J. Cura
  • Date: 2015-01-20 17:28:31 UTC
  • Revision ID: alecu@canonical.com-20150120172831-2ogp5rzpfz8p3lsa
Backport the fix for bug #1412541 to rtm: Store the version in the result

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    p.content = item[Package::JsonKeys::content].asString();
94
94
    p.publisher = item[Package::JsonKeys::publisher].asString();
95
95
    p.rating = item[Package::JsonKeys::rating].asDouble();
 
96
    p.version = item[Package::JsonKeys::version].asString();
96
97
    return p;
97
98
}
98
99