mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Use ContextView's wrapped modelChanged() signal in PlaylistViewPage.
This commit is contained in:
@@ -49,7 +49,7 @@ PlaylistViewPage::PlaylistViewPage( QWidget* parent, QWidget* extraHeader )
|
||||
layout()->addWidget( m_view );
|
||||
|
||||
connect( m_header, SIGNAL( filterTextChanged( QString ) ), SLOT( setFilter( QString ) ) );
|
||||
connect( m_view->trackView(), SIGNAL( modelChanged() ), SLOT( onModelChanged() ) );
|
||||
connect( m_view, SIGNAL( modelChanged() ), SLOT( onModelChanged() ) );
|
||||
|
||||
TomahawkUtils::unmarginLayout( layout() );
|
||||
TomahawkUtils::fixMargins( this );
|
||||
|
Reference in New Issue
Block a user