1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

* Style fix.

This commit is contained in:
Christian Muehlhaeuser 2013-06-12 06:06:06 +02:00
parent 3ab8a432d9
commit fe1bd649bd

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();