[users] Remove extra ;
This commit is contained in:
parent
933e54a731
commit
e145bf68f1
@ -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() );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user