1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 01:24:11 +02:00

* Style fix.

This commit is contained in:
Christian Muehlhaeuser
2013-06-12 06:06:06 +02:00
committed by Michael Zanetti
parent fc4e42befa
commit 88dfad3298

View File

@@ -531,9 +531,7 @@ QVariant
PlayableProxyModel::data( const QModelIndex& index, int role ) const
{
if ( role == StyleRole )
{
return m_style;
}
if ( !sourceModel() )
return QVariant();