From efc8616a178748c0f797b9538b4baba985864634 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 1 Jun 2012 08:45:38 +0200 Subject: [PATCH] * onChanged() will be triggered automatically. --- src/libtomahawk/playlist/PlaylistView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libtomahawk/playlist/PlaylistView.cpp b/src/libtomahawk/playlist/PlaylistView.cpp index 2d43879fa..5c8527754 100644 --- a/src/libtomahawk/playlist/PlaylistView.cpp +++ b/src/libtomahawk/playlist/PlaylistView.cpp @@ -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() )