Updated connect calls from macros to pointers.

This commit is contained in:
Leonardo Zide
2026-04-23 22:34:59 -07:00
parent 4be7b308f5
commit 7000eecf97
11 changed files with 111 additions and 113 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ lcUpdateDialog::lcUpdateDialog(QWidget* Parent, bool InitialUpdate)
{
ui->setupUi(this);
connect(this, SIGNAL(finished(int)), this, SLOT(finished(int)));
connect(this, &QDialog::finished, this, &lcUpdateDialog::finished);
ui->status->setText(tr("Connecting to update server..."));