Remove shadowing loginMethod

This commit is contained in:
Nicolas Werner 2020-05-10 01:00:20 +02:00
parent 9713284435
commit 6befadeec8

View file

@ -311,9 +311,9 @@ LoginPage::versionError(const QString &error)
}
void
LoginPage::versionOk(LoginMethod loginMethod)
LoginPage::versionOk(LoginMethod loginMethod_)
{
this->loginMethod = loginMethod;
this->loginMethod = loginMethod_;
serverLayout_->removeWidget(spinner_);
matrixidLayout_->removeWidget(spinner_);