diff --git a/src/chatmodel.cpp b/src/chatmodel.cpp index 7d32180..a0012f9 100644 --- a/src/chatmodel.cpp +++ b/src/chatmodel.cpp @@ -255,7 +255,7 @@ void MainWindow::renderContactRequest(){ ui->listContactWidget); QMessageBox::information(this, "Added Contact","successfully added your new contact. You can now Chat with this contact"); - + dialog.close(); }); dialog.exec();