mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 11:55:36 -04:00
[packagechooser] Update other parts of the window on selection
This commit is contained in:
parent
f8d159dfa4
commit
dc5cdbb38c
4 changed files with 45 additions and 14 deletions
|
@ -73,7 +73,6 @@ PackageListModel::rowCount( const QModelIndex& index ) const
|
|||
QVariant
|
||||
PackageListModel::data( const QModelIndex& index, int role ) const
|
||||
{
|
||||
cDebug() << "Data" << m_packages.count() << index.isValid() << ( index.isValid() ? index.row() : -1 );
|
||||
if ( !index.isValid() )
|
||||
{
|
||||
return QVariant();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue