~ci-train-bot/libertine/libertine-ubuntu-zesty-2086

« back to all changes in this revision

Viewing changes to libertine/libertine.h

  • Committer: Chris Townsend
  • Date: 2016-07-15 18:39:58 UTC
  • mto: This revision was merged to the branch mainline in revision 272.
  • Revision ID: christopher.townsend@canonical.com-20160715183958-l95grj44p272lfz4
Rework the whole way we handle updating the necessary system files for unprivileged LXC's:
- Add new script that does the updates.
- Add sudoers file for this script.
- Remove the password dialog in the UI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
class ContainerConfigList;
30
30
class LibertineConfig;
31
 
class PasswordHelper;
32
31
class ContainerAppsList;
33
32
class ContainerArchivesList;
34
33
 
57
56
    ContainerConfigList*            containers_;
58
57
    ContainerAppsList*              container_apps_;
59
58
    ContainerArchivesList*          container_archives_;
60
 
    PasswordHelper*                 password_helper_;
61
59
    QQuickView                      view_;
62
60
};
63
61