diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 4f278e7..338c8b2 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1531,7 +1531,7 @@ void MainWindow::setupchatTab() { ui->listContactWidget->addAction(requestHushAction); ui->listContactWidget->addAction(subatomicAction); - QObject::connect(requestHushAction, &QAction::triggered, [=]() { + /*QObject::connect(requestHushAction, &QAction::triggered, [=]() { QModelIndex index = ui->listContactWidget->currentIndex(); QString label_contact = index.data(Qt::DisplayRole).toString(); @@ -1543,7 +1543,7 @@ void MainWindow::setupchatTab() { } MainWindow::showRequesthush(); - }); + }); */ QObject::connect(editAction, &QAction::triggered, [=]() { QModelIndex index = ui->listContactWidget->currentIndex(); diff --git a/src/version.h b/src/version.h index 875d8ab..0b92eaa 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.3-Chat-Alpha" +#define APP_VERSION "1.3.2-Chat-Beta"