~rsalveti/telepathy-ofono/improve_pa_event_handling

« back to all changes in this revision

Viewing changes to ofonocallchannel.h

  • Committer: CI bot
  • Author(s): Tiago Salem Herrmann
  • Date: 2014-05-26 15:24:05 UTC
  • mfrom: (75.1.1 telepathy-ofono-fix-missed-calls)
  • Revision ID: ps-jenkins@lists.canonical.com-20140526152405-5gmpuf5o5ahk2uzy
Use DisconnectReason() from ofono to decide if the call was missed Fixes: 1317685

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
    void onOfonoMuteChanged(bool mute);
68
68
    void onMultipartyChanged(bool multiparty);
 
69
    void onDisconnectReason(const QString &reason);
69
70
 
70
71
private:
71
72
    QString mObjPath;