mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
Use ContextView's wrapped modelChanged() signal in PlaylistViewPage.
This commit is contained in:
parent
8237dcf001
commit
778462b490
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user