~ken-vandine/history-service/libphonenumber7

« back to all changes in this revision

Viewing changes to src/eventview.cpp

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:
97
97
{
98
98
    d_ptr->q_ptr = this;
99
99
 
 
100
    if (!Manager::instance()->isServiceRunning()) {
 
101
        Q_EMIT invalidated();
 
102
        d_ptr->valid = false;
 
103
        return;
 
104
    }
 
105
 
100
106
    QDBusInterface interface(History::DBusService, History::DBusObjectPath, History::DBusInterface);
101
107
 
102
108
    QDBusReply<QString> reply = interface.call("QueryEvents",