mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
[netinstall][users][tracking] Warnings--, extra ;
This commit is contained in:
parent
e2f6817536
commit
c22e0a3451
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ NetInstallPage::NetInstallPage( Config* c, QWidget* parent )
|
|||
connect( c, &Config::statusReady, this, &NetInstallPage::expandGroups );
|
||||
|
||||
setPageTitle( nullptr );
|
||||
CALAMARES_RETRANSLATE_SLOT( &NetInstallPage::retranslate );
|
||||
CALAMARES_RETRANSLATE_SLOT( &NetInstallPage::retranslate )
|
||||
}
|
||||
|
||||
NetInstallPage::~NetInstallPage() {}
|
||||
|
|
|
@ -37,7 +37,7 @@ TrackingPage::TrackingPage( Config* config, QWidget* parent )
|
|||
, ui( new Ui::TrackingPage )
|
||||
{
|
||||
ui->setupUi( this );
|
||||
CALAMARES_RETRANSLATE_SLOT( &TrackingPage::retranslate );
|
||||
CALAMARES_RETRANSLATE_SLOT( &TrackingPage::retranslate )
|
||||
|
||||
ui->noneCheckBox->setChecked( true );
|
||||
ui->noneCheckBox->setEnabled( false );
|
||||
|
|
|
@ -155,7 +155,7 @@ UsersPage::UsersPage( Config* config, QWidget* parent )
|
|||
connect( config, &Config::requireStrongPasswordsChanged, ui->checkBoxValidatePassword, &QCheckBox::setChecked );
|
||||
}
|
||||
|
||||
CALAMARES_RETRANSLATE_SLOT( &UsersPage::retranslate );
|
||||
CALAMARES_RETRANSLATE_SLOT( &UsersPage::retranslate )
|
||||
|
||||
onReuseUserPasswordChanged( m_config->reuseUserPasswordForRoot() );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue