mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-24 20:03:07 +01:00
* Emit trackCountChanged() after removing tracks from the TrackModel.
This commit is contained in:
parent
61f70dd3a7
commit
83b228cbe9
@ -284,6 +284,8 @@ TrackModel::removeIndex( const QModelIndex& index )
|
||||
delete item;
|
||||
emit endRemoveRows();
|
||||
}
|
||||
|
||||
emit trackCountChanged( rowCount( QModelIndex() ) );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user