diff --git a/submodules/linphone b/submodules/linphone index 09627fe95..c0048ed88 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 09627fe9562b9e0420e7d27e06bb4619d3ad7f4e +Subproject commit c0048ed884a411dc29f92daf7bf4c6941074675a diff --git a/tests/src/components/contact/ContactModel.cpp b/tests/src/components/contact/ContactModel.cpp index 3474d6fdd..d32cd5b92 100644 --- a/tests/src/components/contact/ContactModel.cpp +++ b/tests/src/components/contact/ContactModel.cpp @@ -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 {