mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Style fix for DynamicView.
This commit is contained in:
@@ -71,13 +71,13 @@ DynamicView::~DynamicView()
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
DynamicView::setDynamicModel( DynamicModel* model)
|
DynamicView::setDynamicModel( DynamicModel* model )
|
||||||
{
|
{
|
||||||
m_model = model;
|
m_model = 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