~ken-vandine/history-service/libphonenumber7

« back to all changes in this revision

Viewing changes to src/thread_p.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:
1
1
/*
2
 
 * Copyright (C) 2013 Canonical, Ltd.
 
2
 * Copyright (C) 2013-2015 Canonical, Ltd.
3
3
 *
4
4
 * Authors:
5
5
 *  Gustavo Pichorim Boiko <gustavo.boiko@canonical.com>
37
37
    ThreadPrivate(const QString &theAccountId,
38
38
                         const QString &theThreadId,
39
39
                         EventType theType,
40
 
                         const QStringList &theParticipants,
 
40
                         const Participants &theParticipants,
41
41
                         const Event &theLastEvent,
42
42
                         int theCount,
43
43
                         int theUnreadCount,
46
46
 
47
47
    QString accountId;
48
48
    QString threadId;
49
 
    QStringList participants;
 
49
    Participants participants;
50
50
    EventType type;
51
51
    Event lastEvent;
52
52
    int count;