~ci-train-bot/history-service/history-service-ubuntu-yakkety-landing-052

« back to all changes in this revision

Viewing changes to Ubuntu/History/historyeventmodel.h

Request contact information for all known participants on history-daemon initialization, and use this cached information on the models.
Approved by: Tiago Salem Herrmann, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    enum EventRole {
36
36
        EventIdRole = HistoryModel::LastRole,
37
37
        SenderIdRole,
 
38
        SenderRole,
38
39
        TimestampRole,
39
40
        DateRole,
40
41
        NewEventRole,