~mardy/ubuntu-system-settings-online-accounts/master

« back to all changes in this revision

Viewing changes to online-accounts-service/ui-proxy.h

  • Committer: Alberto Mardegan
  • Date: 2014-08-14 12:25:29 UTC
  • mfrom: (129.2.2 trust-sessions)
  • Revision ID: alberto.mardegan@canonical.com-20140814122529-jf19m4vdr4yuf6r3
Support Mir prompt sessions

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    Q_OBJECT
35
35
 
36
36
public:
37
 
    explicit UiProxy(QObject *parent = 0);
 
37
    explicit UiProxy(pid_t clientPid, QObject *parent = 0);
38
38
    ~UiProxy();
39
39
 
40
40
    bool init();