~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to indicator/textchannelobserver.h

  • Committer: CI bot
  • Author(s): Tiago Salem Herrmann
  • Date: 2014-04-07 23:11:36 UTC
  • mfrom: (765.3.10 telephony-service-class0sms)
  • Revision ID: ps-jenkins@lists.canonical.com-20140407231136-gd0ahzbbp9ytbw18
Add class 0 SMS support 

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
protected:
44
44
    void showNotificationForMessage(const Tp::ReceivedMessage &message);
45
 
    Tp::TextChannelPtr channelFromPath(const QString &path);
 
45
    void showNotificationForFlashMessage(const Tp::ReceivedMessage &message);
46
46
 
47
47
protected Q_SLOTS:
48
48
    void onTextChannelInvalidated();
55
55
 
56
56
private:
57
57
    QList<Tp::TextChannelPtr> mChannels;
 
58
    QList<Tp::TextChannelPtr> mFlashChannels;
58
59
    QMap<NotifyNotification*, NotificationData*> mNotifications;
59
60
};
60
61