mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Updated connect calls from macros to pointers.
This commit is contained in:
@@ -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..."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user