~ci-train-bot/telephony-service/telephony-service-ubuntu-yakkety-landing-064

« back to all changes in this revision

Viewing changes to indicator/textchannelobserver.h

  • Committer: Bileto Bot
  • Author(s): Tiago Salem Herrmann
  • Date: 2016-09-27 14:31:56 UTC
  • mfrom: (1208.1.2 request-wake-lock)
  • Revision ID: ci-train-bot@canonical.com-20160927143156-k4lslsgga0fstqjp
Request a wake lock so the device doesn't go to deep sleep when receiving an sms. (LP: #1516696)

Approved by: system-apps-ci-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    QList<Tp::TextChannelPtr> mFlashChannels;
65
65
    QMap<NotifyNotification*, NotificationData*> mNotifications;
66
66
    QList<QByteArray> mUnreadMessages;
 
67
    QDBusInterface mPowerdIface;
67
68
};
68
69
 
69
70
#endif // TEXTCHANNELOBSERVER_H