update// added clear

This commit is contained in:
Strider
2020-05-22 19:23:29 +02:00
parent cbbc19f47f
commit 29a86b852b
3 changed files with 8 additions and 1 deletions

View File

@@ -515,6 +515,7 @@ void MainWindow::saveandsendContact()
QString myAddr = contactRequest.getSenderAddress();
QString cid = contactRequest.getCid();
QString avatar = contactRequest.getAvatar();
contactRequest.clear();
if (addr.isEmpty() || newLabel.isEmpty())
{