adding and removing contacts, rester testing

This commit is contained in:
Blue 2019-06-15 18:29:15 +03:00
parent f0f26ae1a1
commit bb509be29a
16 changed files with 389 additions and 14 deletions

View file

@ -42,6 +42,7 @@ void Accounts::onAccountAccepted()
emit newAccount(map);
}
acc->deleteLater();
editing = false;
}