[partition] More missing ;

main
Adriaan de Groot 5 years ago
parent 2b4bc7adf4
commit 186d32ebee

@ -54,7 +54,7 @@ DeviceInfoWidget::DeviceInfoWidget( QWidget* parent )
m_ptIcon->setPalette( palette ); m_ptIcon->setPalette( palette );
m_ptLabel->setPalette( palette ); m_ptLabel->setPalette( palette );
CALAMARES_RETRANSLATE_SLOT( &DeviceInfoWidget::retranslateUi ) CALAMARES_RETRANSLATE_SLOT( &DeviceInfoWidget::retranslateUi );
} }

@ -35,7 +35,7 @@ EncryptWidget::EncryptWidget( QWidget* parent )
setFixedHeight( m_ui->m_passphraseLineEdit->height() ); // Avoid jumping up and down setFixedHeight( m_ui->m_passphraseLineEdit->height() ); // Avoid jumping up and down
updateState(); updateState();
CALAMARES_RETRANSLATE_SLOT( &EncryptWidget::retranslate ) CALAMARES_RETRANSLATE_SLOT( &EncryptWidget::retranslate );
} }

@ -117,7 +117,7 @@ PartitionPage::PartitionPage( PartitionCoreModule* core, QWidget* parent )
m_ui->label_3->hide(); m_ui->label_3->hide();
} }
CALAMARES_RETRANSLATE( m_ui->retranslateUi( this ); ) CALAMARES_RETRANSLATE( m_ui->retranslateUi( this ); );
} }
PartitionPage::~PartitionPage() {} PartitionPage::~PartitionPage() {}

@ -67,7 +67,7 @@ PartitionViewStep::PartitionViewStep( QObject* parent )
m_waitingWidget = new WaitingWidget( QString() ); m_waitingWidget = new WaitingWidget( QString() );
m_widget->addWidget( m_waitingWidget ); m_widget->addWidget( m_waitingWidget );
CALAMARES_RETRANSLATE( m_waitingWidget->setText( tr( "Gathering system information..." ) ); ) CALAMARES_RETRANSLATE( m_waitingWidget->setText( tr( "Gathering system information..." ) ); );
m_core = new PartitionCoreModule( this ); // Unusable before init is complete! m_core = new PartitionCoreModule( this ); // Unusable before init is complete!
// We're not done loading, but we need the configuration map first. // We're not done loading, but we need the configuration map first.

@ -50,7 +50,7 @@ ReplaceWidget::ReplaceWidget( PartitionCoreModule* core, QComboBox* devicesCombo
updateFromCurrentDevice( devicesComboBox ); updateFromCurrentDevice( devicesComboBox );
} ); } );
CALAMARES_RETRANSLATE( onPartitionSelected(); ) CALAMARES_RETRANSLATE( onPartitionSelected(); );
} }

Loading…
Cancel
Save