fix(src/components/contact/ContactModel): emit contactUpdated on edition cancel

This commit is contained in:
Ronan Abhamon 2017-01-16 16:38:07 +01:00
parent f21d51877f
commit f422bd7da0
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 09627fe9562b9e0420e7d27e06bb4619d3ad7f4e
Subproject commit c0048ed884a411dc29f92daf7bf4c6941074675a

View file

@ -71,6 +71,8 @@ void ContactModel::abortEdit () {
// TODO: call linphone friend abort function when available.
// m_linphone_friend->abort();
m_old_sip_addresses.clear();
emit contactUpdated();
}
Presence::PresenceStatus ContactModel::getPresenceStatus () const {