~ci-train-bot/history-service/history-service-ubuntu-zesty-2629

« back to all changes in this revision

Viewing changes to src/textevent_p.h

  • Committer: Bileto Bot
  • Author(s): Gustavo Pichorim Boiko
  • Date: 2016-11-30 15:13:58 UTC
  • mfrom: (230.2.23 staging)
  • Revision ID: ci-train-bot@canonical.com-20161130151358-jy3mqj0ir0b6ncxe
Improve group chat support.

Approved by: Roberto Mier Escandón , Tiago Salem Herrmann

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                    MessageStatus theMessageStatus,
46
46
                    const QDateTime &theReadTimestamp,
47
47
                    const QString &theSubject,
 
48
                    InformationType theInformationType,
48
49
                    const TextEventAttachments &theAttachments,
49
50
                    const Participants &theParticipants);
50
51
    ~TextEventPrivate();
53
54
    MessageStatus messageStatus;
54
55
    QDateTime readTimestamp;
55
56
    QString subject;
 
57
    InformationType informationType;
56
58
    TextEventAttachments attachments;
57
59
 
58
60
    EventType type() const;