try to fix #LINQT-1332 persistent CallModel

This commit is contained in:
Gaelle Braud 2025-01-07 13:30:33 +01:00 committed by Gaëlle Braud
parent d9692265be
commit b9e20236aa

View file

@ -210,6 +210,7 @@ void CallList::onStateChanged() {
}
sharedCall->disconnect(this);
remove(sharedCall);
call->deleteLater();
break;
}
default: {