autoclose request windows after add contact #136
This commit is contained in:
@@ -255,7 +255,7 @@ void MainWindow::renderContactRequest(){
|
|||||||
ui->listContactWidget);
|
ui->listContactWidget);
|
||||||
|
|
||||||
QMessageBox::information(this, "Added Contact","successfully added your new contact. You can now Chat with this contact");
|
QMessageBox::information(this, "Added Contact","successfully added your new contact. You can now Chat with this contact");
|
||||||
|
dialog.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
dialog.exec();
|
dialog.exec();
|
||||||
|
|||||||
Reference in New Issue
Block a user