mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Style fix.
This commit is contained in:
@@ -531,9 +531,7 @@ QVariant
|
||||
PlayableProxyModel::data( const QModelIndex& index, int role ) const
|
||||
{
|
||||
if ( role == StyleRole )
|
||||
{
|
||||
return m_style;
|
||||
}
|
||||
|
||||
if ( !sourceModel() )
|
||||
return QVariant();
|
||||
|
Reference in New Issue
Block a user