~larryprice/libertine/deb-filepicker

« back to all changes in this revision

Viewing changes to common/ContainerConfigList.cpp

  • Committer: Larry Price
  • Date: 2017-03-08 15:07:57 UTC
  • mfrom: (388.2.44 devel)
  • Revision ID: larry.price@canonical.com-20170308150757-glgl6bjs6qjtqoys
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
}
278
278
 
279
279
 
 
280
bool ContainerConfigList::
 
281
getFreezeOnStop(QString const& container_id)
 
282
{
 
283
  return find_container_by_id(containers_config_->containers, container_id).freeze;
 
284
}
 
285
 
 
286
 
280
287
QString ContainerConfigList::
281
288
getHostArchitecture()
282
289
{