diff --git a/settingswidget.cpp b/settingswidget.cpp index bc503eb1d05eaae2c3ce9f358cf4c0ba007be4cb..8ff55500c5aae608f57ecfa902f8e31143651756 100644 --- a/settingswidget.cpp +++ b/settingswidget.cpp @@ -409,7 +409,6 @@ void SettingsWidget::afterNameLookup(lrc::api::account::LookupStatus status, con void SettingsWidget::setRegNameUi(RegName stat) { - disconnect(lookupSpinnerMovie_, SIGNAL(frameChanged(int)), this, SLOT(setButtonIconSlot(int))); disconnect(ui->btnRegisterName, &QPushButton::clicked, this, &SettingsWidget::slotRegisterName); switch (stat) {