Commit 990dc04f authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/components/sip-addresses/SipAddressesModel): better code

parent 217e2f45
......@@ -77,7 +77,7 @@ SipAddressesModel::SipAddressesModel (QObject *parent) : QAbstractListModel(pare
);
QObject::connect(
&(*CoreManager::getInstance()->getHandlers()), &CoreHandlers::callStateChanged,
&(*m_core_handlers), &CoreHandlers::callStateChanged,
this, [this](const std::shared_ptr<linphone::Call> &call, linphone::CallState state) {
// Ignore aborted calls.
if (call->getCallLog()->getStatus() == linphone::CallStatus::CallStatusAborted)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment