[packagechooser] Don't give a default pixmap
This commit is contained in:
parent
0b72006ffb
commit
5d4c3ea92c
@ -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…
Reference in New Issue
Block a user