~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to libtelephonyservice/ofonoaccountentry.h

- Refactor TelepathyHelper initialization
- Refactor AccountEntry initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    // reimplemented from AccountEntry
54
54
    virtual AccountEntry::AccountType type() const;
55
55
    virtual bool connected() const;
 
56
    virtual bool active() const;
56
57
    virtual bool compareIds(const QString &first, const QString &second) const;
57
58
    virtual QStringList addressableVCardFields();
58
59
 
73
74
    void onVoicemailIndicatorChanged(bool visible);
74
75
 
75
76
    // reimplemented from AccountEntry
76
 
    void onConnectionChanged();
 
77
    void onConnectionChanged(Tp::ConnectionPtr connection);
77
78
 
78
79
protected:
79
80
    explicit OfonoAccountEntry(const Tp::AccountPtr &account, QObject *parent = 0);