From fe1bd649bde443d4d9cfd42283166ed9159eefff Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 12 Jun 2013 06:06:06 +0200 Subject: [PATCH] * Style fix. --- src/libtomahawk/playlist/PlayableProxyModel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libtomahawk/playlist/PlayableProxyModel.cpp b/src/libtomahawk/playlist/PlayableProxyModel.cpp index 29d877103..4f51539ee 100644 --- a/src/libtomahawk/playlist/PlayableProxyModel.cpp +++ b/src/libtomahawk/playlist/PlayableProxyModel.cpp @@ -531,9 +531,7 @@ QVariant PlayableProxyModel::data( const QModelIndex& index, int role ) const { if ( role == StyleRole ) - { return m_style; - } if ( !sourceModel() ) return QVariant();