[users] Remove extra ;

This commit is contained in:
Adriaan de Groot 2020-08-17 12:16:41 +02:00
parent 933e54a731
commit e145bf68f1

View File

@ -155,7 +155,7 @@ UsersPage::UsersPage( Config* config, QWidget* parent )
connect( config, &Config::requireStrongPasswordsChanged, ui->checkBoxValidatePassword, &QCheckBox::setChecked ); connect( config, &Config::requireStrongPasswordsChanged, ui->checkBoxValidatePassword, &QCheckBox::setChecked );
} }
CALAMARES_RETRANSLATE_SLOT( &UsersPage::retranslate ); CALAMARES_RETRANSLATE_SLOT( &UsersPage::retranslate )
onReuseUserPasswordChanged( m_config->reuseUserPasswordForRoot() ); onReuseUserPasswordChanged( m_config->reuseUserPasswordForRoot() );
} }