mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Re-add remove account core call
This commit is contained in:
parent
ebba8f342f
commit
5492ab342d
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ void AccountModel::removeAccount() {
|
|||
.arg(params && params->getIdentityAddress()
|
||||
? Utils::coreStringToAppString(params->getIdentityAddress()->asString())
|
||||
: "Null");
|
||||
if (mMonitor) core->removeAccount(mMonitor);
|
||||
}
|
||||
|
||||
std::shared_ptr<linphone::Account> AccountModel::getAccount() const {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue