logsui/logsengine/src/logsdetailsmodel.cpp
changeset 17 90fe74753f71
parent 15 76d2cf7a585e
child 18 acd4e87b24b4
equal deleted inserted replaced
15:76d2cf7a585e 17:90fe74753f71
   170 //
   170 //
   171 void LogsDetailsModel::contactActionCompleted(bool modified)
   171 void LogsDetailsModel::contactActionCompleted(bool modified)
   172 {
   172 {
   173     if ( modified ){
   173     if ( modified ){
   174         mEvent->prepareForContactMatching();
   174         mEvent->prepareForContactMatching();
       
   175         QString remoteParty;
   175         if ( mEvent->updateRemotePartyFromContacts(
   176         if ( mEvent->updateRemotePartyFromContacts(
   176                 LogsCommonData::getInstance().contactManager() ).length() > 0 ) {
   177                 LogsCommonData::getInstance().contactManager(), remoteParty ) ) {
   177             updateModel();
   178             updateModel();
   178         }
   179         }
   179     }
   180     }
   180 }
   181 }
   181 
   182