mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05: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." );
|
||||
}
|
||||
if ( screenshot.isNull() )
|
||||
{
|
||||
screenshot = QPixmap( QStringLiteral( ":/images/no-selection.png" ) );
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef HAVE_XML
|
||||
|
|
Loading…
Add table
Reference in a new issue