phonebookui/pbkcommonui/src/cnteditview_p.cpp
changeset 71 7cc7d74059f9
parent 65 ae724a111993
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
   765     mContact = new QContact( aContact );
   765     mContact = new QContact( aContact );
   766     
   766     
   767     QContactManager& cm = mEngine->contactManager( SYMBIAN_BACKEND );
   767     QContactManager& cm = mEngine->contactManager( SYMBIAN_BACKEND );
   768     connect(&cm, SIGNAL(contactsRemoved(const QList<QContactLocalId>&)), 
   768     connect(&cm, SIGNAL(contactsRemoved(const QList<QContactLocalId>&)), 
   769         this, SLOT(contactDeletedFromOtherSource(const QList<QContactLocalId>&)), Qt::UniqueConnection);
   769         this, SLOT(contactDeletedFromOtherSource(const QList<QContactLocalId>&)), Qt::UniqueConnection);
       
   770     
   770 	CNT_EXIT
   771 	CNT_EXIT
   771 }
   772 }
   772 
   773 
   773 void CntEditViewPrivate::contactDeletedFromOtherSource(const QList<QContactLocalId>& contactIds)
   774 void CntEditViewPrivate::contactDeletedFromOtherSource(const QList<QContactLocalId>& contactIds)
   774 {
   775 {