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

« back to all changes in this revision

Viewing changes to daemon/historydaemon.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:
22
22
#ifndef HISTORYDAEMON_H
23
23
#define HISTORYDAEMON_H
24
24
 
 
25
#include <QCoreApplication>
25
26
#include <QObject>
26
27
#include <QSharedPointer>
27
28
#include "types.h"
28
29
#include "textchannelobserver.h"
29
30
#include "callchannelobserver.h"
30
31
#include "historyservicedbus.h"
 
32
#include "plugin.h"
31
33
 
32
34
class HistoryDaemon : public QObject
33
35
{