mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-19 04:11:46 +02:00
Style fixes to SourcesModel.
This commit is contained in:
@@ -663,7 +663,8 @@ SourcesModel::linkSourceItemToPage( SourceTreeItem* item, ViewPage* p )
|
||||
}
|
||||
m_viewPageDelayedCacheItem = 0;
|
||||
|
||||
if ( p && p->isDeletable() ) {
|
||||
if ( p && p->isDeletable() )
|
||||
{
|
||||
NewClosure( item, SIGNAL( removed() ), this, SLOT( onViewPageRemoved( Tomahawk::ViewPage* ) ), p );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user