~larryprice/libertine/deb-filepicker

« back to all changes in this revision

Viewing changes to common/ContainersConfig.h

  • 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:
35
35
                       QString const& type = "unknown",
36
36
                       QString const& distro = "unknown",
37
37
                       QString const& status = "unknown",
38
 
                       QString const& multiarch = "disabled");
 
38
                       QString const& multiarch = "disabled",
 
39
                       bool freeze = false);
39
40
    virtual ~Container() = default;
40
41
 
41
42
    QJsonObject dump() const;
96
97
    QString             status;
97
98
    QString             type;
98
99
    QString             multiarch;
 
100
    bool                freeze;
99
101
    QList<Archive>      archives;
100
102
    QList<BindMount>    mounts;
101
103
    QList<InstalledApp> installed_apps;