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

« back to all changes in this revision

Viewing changes to src/manager_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:
23
23
#define HISTORY_MANAGER_P_H
24
24
 
25
25
#include <QDBusInterface>
 
26
#include <QDBusServiceWatcher>
26
27
#include <QString>
27
28
#include "types.h"
28
29
 
39
40
    ~ManagerPrivate();
40
41
 
41
42
    QScopedPointer<ManagerDBus> dbus;
 
43
    bool serviceRunning;
 
44
    QDBusServiceWatcher serviceWatcher;
42
45
};
43
46
 
44
47
}