mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
[packagechooser] Just one screenshot, and mark package unused
This commit is contained in:
parent
6e05a1ef05
commit
6c41151f80
1 changed files with 1 additions and 2 deletions
|
@ -40,11 +40,10 @@ const NamedEnumTable< PackageChooserMode >& roleNames();
|
|||
struct PackageItem
|
||||
{
|
||||
QString id;
|
||||
// TODO: may need more than one
|
||||
// FIXME: unused
|
||||
QString package;
|
||||
CalamaresUtils::Locale::TranslatedString name;
|
||||
CalamaresUtils::Locale::TranslatedString description;
|
||||
// TODO: may be more than one
|
||||
QPixmap screenshot;
|
||||
|
||||
/// @brief Create blank PackageItem
|
||||
|
|
Loading…
Add table
Reference in a new issue