[packagechooser] Update other parts of the window on selection

This commit is contained in:
Adriaan de Groot 2019-08-02 16:07:47 +02:00
parent f8d159dfa4
commit dc5cdbb38c
4 changed files with 45 additions and 14 deletions

View file

@ -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();