~unity-team/unity-scopes-api/vivid+overlay

« back to all changes in this revision

Viewing changes to src/scopes/testing/ScopeMetadataBuilder.cpp

  • Committer: Bileto Bot
  • Date: 2016-06-17 07:26:56 UTC
  • mfrom: (261.1.63 staging)
  • Revision ID: ci-train-bot@canonical.com-20160617072656-77rdmip6ibxac47s
* Got rid of category header background, as per design (Bug #1446216).
* Re-enabled license/copyright test for xenial+.
* Removed libjson-cpp and replaced with json-glib based implementation (Bug #1360247).
* Fixed Yakkety build.
* No-change rebuild.
* No-change rebuild of latest xenial trunk against current archive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
    if (p->is_aggregator)
213
213
        impl->set_is_aggregator(*p->is_aggregator);
214
214
 
215
 
    return unity::scopes::internal::ScopeMetadataImpl::create(
216
 
                std::move(
217
 
                    std::unique_ptr<internal::ScopeMetadataImpl>{impl}));
 
215
    return unity::scopes::internal::ScopeMetadataImpl::create(std::unique_ptr<internal::ScopeMetadataImpl>{impl});
218
216
}
219
217
 
220
218
/// @endcond