logsui/logsengine/src/logsdetailsmodel.cpp
changeset 19 e4c884866116
parent 16 c5af8598d22c
child 20 6a40edd41841
equal deleted inserted replaced
16:c5af8598d22c 19:e4c884866116
   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