mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[welcome] Use convenience image loader from Branding
This commit is contained in:
parent
07c638ed48
commit
f54b7dee9f
3 changed files with 7 additions and 5 deletions
|
@ -271,9 +271,9 @@ WelcomePage::externallySelectedLanguage( int row )
|
|||
}
|
||||
|
||||
void
|
||||
WelcomePage::setLanguageIcon( QIcon i )
|
||||
WelcomePage::setLanguageIcon( QPixmap i )
|
||||
{
|
||||
ui->languageIcon->setPixmap( i.pixmap(48) );
|
||||
ui->languageIcon->setPixmap( i );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue