equal
deleted
inserted
replaced
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 { |