mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[partition] [welcome] Simplify retranslation
This commit is contained in:
parent
1cde8c20df
commit
0aabc89449
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ DeviceInfoWidget::DeviceInfoWidget( QWidget* parent )
|
|||
m_ptIcon->setPalette( palette );
|
||||
m_ptLabel->setPalette( palette );
|
||||
|
||||
CALAMARES_RETRANSLATE( retranslateUi(); )
|
||||
CALAMARES_RETRANSLATE_SLOT( &DeviceInfoWidget::retranslateUi )
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ WelcomePage::WelcomePage( QWidget* parent )
|
|||
cDebug() << "Welcome string" << Calamares::Branding::instance()->welcomeStyleCalamares()
|
||||
<< *Calamares::Branding::VersionedName;
|
||||
|
||||
CALAMARES_RETRANSLATE( retranslate(); )
|
||||
CALAMARES_RETRANSLATE_SLOT( &WelcomePage::retranslate )
|
||||
|
||||
ui->aboutButton->setIcon( CalamaresUtils::defaultPixmap(
|
||||
CalamaresUtils::Information,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue