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