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

« back to all changes in this revision

Viewing changes to src/event.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:
28
28
#include <QStringList>
29
29
#include <QVariantMap>
30
30
#include "types.h"
 
31
#include "participant.h"
31
32
 
32
33
namespace History
33
34
{
52
53
    bool newEvent() const;
53
54
    void setNewEvent(bool value);
54
55
    EventType type() const;
55
 
    QStringList participants() const;
 
56
    Participants participants() const;
56
57
    QVariantMap properties() const;
57
58
    bool isNull() const;
58
59
    bool operator==(const Event &other) const;