mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
[packagechooser] Don't give a default pixmap
This commit is contained in:
parent
0b72006ffb
commit
5d4c3ea92c
1 changed files with 0 additions and 4 deletions
|
@ -92,10 +92,6 @@ PackageItem::PackageItem::PackageItem( const QVariantMap& item_map )
|
||||||
{
|
{
|
||||||
description = QObject::tr( "No description provided." );
|
description = QObject::tr( "No description provided." );
|
||||||
}
|
}
|
||||||
if ( screenshot.isNull() )
|
|
||||||
{
|
|
||||||
screenshot = QPixmap( QStringLiteral( ":/images/no-selection.png" ) );
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_XML
|
#ifdef HAVE_XML
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue