mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* onChanged() will be triggered automatically.
This commit is contained in:
@@ -62,8 +62,6 @@ PlaylistView::setPlaylistModel( PlaylistModel* model )
|
|||||||
setColumnHidden( PlayableModel::Age, true ); // Hide age column per default
|
setColumnHidden( PlayableModel::Age, true ); // Hide age column per default
|
||||||
setColumnHidden( PlayableModel::Composer, true ); // Hide composer column per default
|
setColumnHidden( PlayableModel::Composer, true ); // Hide composer column per default
|
||||||
|
|
||||||
onChanged();
|
|
||||||
|
|
||||||
if ( guid().isEmpty() )
|
if ( guid().isEmpty() )
|
||||||
{
|
{
|
||||||
if ( !m_model->playlist().isNull() )
|
if ( !m_model->playlist().isNull() )
|
||||||
|
Reference in New Issue
Block a user