mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[packagechooser] Use sample screenshots
This commit is contained in:
parent
86d8db6bbf
commit
ab7374628b
3 changed files with 21 additions and 2 deletions
|
@ -40,6 +40,19 @@ PackageItem::PackageItem( const QString& a_id,
|
|||
{
|
||||
}
|
||||
|
||||
PackageItem::PackageItem( const QString& a_id,
|
||||
const QString& a_package,
|
||||
const QString& a_name,
|
||||
const QString& a_description,
|
||||
const QString& screenshotPath )
|
||||
: id( a_id )
|
||||
, package( a_package )
|
||||
, name( a_name )
|
||||
, description( a_description )
|
||||
, screenshot( screenshotPath )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
PackageListModel::PackageListModel( QObject* parent )
|
||||
: QAbstractListModel( parent )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue