1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* onChanged() will be triggered automatically.

This commit is contained in:
Christian Muehlhaeuser 2012-06-01 08:45:38 +02:00
parent eff7669dd2
commit efc8616a17

View File

@ -62,8 +62,6 @@ PlaylistView::setPlaylistModel( PlaylistModel* model )
setColumnHidden( PlayableModel::Age, true ); // Hide age column per default
setColumnHidden( PlayableModel::Composer, true ); // Hide composer column per default
onChanged();
if ( guid().isEmpty() )
{
if ( !m_model->playlist().isNull() )