mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[packagechooser] Set GlobalStorage packagechooser_<id>
This commit is contained in:
parent
c59ffc7765
commit
140c0db7a4
6 changed files with 45 additions and 1 deletions
|
@ -128,6 +128,10 @@ PackageListModel::data( const QModelIndex& index, int role ) const
|
|||
{
|
||||
return m_packages[ row ].screenshot;
|
||||
}
|
||||
else if ( role == IdRole )
|
||||
{
|
||||
return m_packages[ row ].id;
|
||||
}
|
||||
|
||||
return QVariant();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue