1
0
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:
Christian Muehlhaeuser
2014-10-14 06:57:09 +02:00
parent 7535b8f9e7
commit 666e5b831e

View File

@@ -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 );
}
}