mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 08:40:40 +02:00
* Emit trackCountChanged() after removing tracks from the TrackModel.
This commit is contained in:
@@ -284,6 +284,8 @@ TrackModel::removeIndex( const QModelIndex& index )
|
||||
delete item;
|
||||
emit endRemoveRows();
|
||||
}
|
||||
|
||||
emit trackCountChanged( rowCount( QModelIndex() ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user