~schwann/ubuntu-ui-extras/extras-facebook-share-lazy-load

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Extras/plugin/share/accounts.h

  • Committer: Tarmac
  • Author(s): Ugo Riboni
  • Date: 2013-10-16 17:15:29 UTC
  • mfrom: (53.1.1 ubuntu-ui-extras)
  • Revision ID: tarmac-20131016171529-zbmsx3nzdafpzs80
Allow checking if the Facebook account has been configured or removed. Fixes: https://bugs.launchpad.net/bugs/1240145.

Approved by Bill Filler, Günter Schwann, Ken VanDine, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    int id() const { return m_accountId; }
33
33
    QString name() const { return m_accountName; }
34
34
 
 
35
public Q_SLOTS:
 
36
    void update();
 
37
 
35
38
private:
36
39
    int m_accountId;
37
40
    QString m_accountName;