This commit is contained in:
demmm 2015-11-08 19:53:11 -05:00 committed by Teo Mrnjavac
parent e0b1290b8c
commit c89bd1db23
4 changed files with 14 additions and 0 deletions

View file

@ -425,3 +425,9 @@ UsersPage::setAutologinDefault( bool checked )
{
ui->checkBoxAutoLogin->setChecked( checked );
}
void
UsersPage::setBoxReusePassword( bool checked )
{
ui->checkBoxReusePassword->setChecked( checked );
}