dont refresh to often

This commit is contained in:
DenioD
2020-06-02 20:19:18 +02:00
parent 4b7af93e0d
commit 8ffed6683c
5 changed files with 21 additions and 24 deletions

View File

@@ -1357,7 +1357,9 @@ void MainWindow::setupchatTab() {
ui->memoTxtChat->setTextColor("Black");
}
ui->decryptionMessage->setChecked(true);
QObject::connect(ui->sendChatButton, &QPushButton::clicked, this, &MainWindow::sendChat);
QObject::connect(ui->safeContactRequest, &QPushButton::clicked, this, &MainWindow::addContact);
QObject::connect(ui->pushContact, &QPushButton::clicked, this , &MainWindow::renderContactRequest);