1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 18:33:16 +02:00

Style fix in CollectionViewPage.

This commit is contained in:
Christian Muehlhaeuser
2016-02-23 02:23:19 +01:00
parent d7eccea4c0
commit 8679fd5055

View File

@@ -63,7 +63,6 @@ CollectionViewPage::CollectionViewPage( const Tomahawk::collection_ptr& collecti
m_columnView->proxyModel()->setStyle( PlayableProxyModel::SingleColumn );
PlayableProxyModel* trackViewProxyModel = m_trackView->proxyModel();
if ( collection->backendType() == Collection::ScriptCollectionType )
{