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

« back to all changes in this revision

Viewing changes to src/manager.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:
67
67
    bool removeThreads(const Threads &threads);
68
68
    bool removeEvents(const Events &events);
69
69
 
 
70
    bool isServiceRunning() const;
 
71
 
70
72
Q_SIGNALS:
71
73
    void threadsAdded(const History::Threads &threads);
72
74
    void threadsModified(const History::Threads &threads);
76
78
    void eventsModified(const History::Events &events);
77
79
    void eventsRemoved(const History::Events &events);
78
80
 
 
81
    void serviceRunningChanged();
 
82
 
79
83
private:
80
84
    Manager();
81
85
    QScopedPointer<ManagerPrivate> d_ptr;