mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Style fix for DynamicView.
This commit is contained in:
@@ -77,7 +77,7 @@ DynamicView::setDynamicModel( DynamicModel* model)
|
|||||||
PlaylistView::setPlaylistModel( m_model );
|
PlaylistView::setPlaylistModel( m_model );
|
||||||
|
|
||||||
connect( m_model, SIGNAL( trackCountChanged( unsigned int ) ), SLOT( onTrackCountChanged( unsigned int ) ) );
|
connect( m_model, SIGNAL( trackCountChanged( unsigned int ) ), SLOT( onTrackCountChanged( unsigned int ) ) );
|
||||||
connect( m_model, SIGNAL( checkForOverflow() ), this, SLOT( checkForOverflow() ) );
|
connect( m_model, SIGNAL( checkForOverflow() ), SLOT( checkForOverflow() ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user