From 0320bc9f13f9a8d975ad534d3ac3c8b255319cab Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Tue, 16 Jun 2020 21:59:11 +0200 Subject: [PATCH] autoclose request windows after add contact #136 --- src/chatmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();