1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 13:47:26 +02:00

* Style fixes in SourceTreeView.

This commit is contained in:
Christian Muehlhaeuser
2013-06-13 10:23:40 +02:00
parent 6ea6628ff0
commit e9eb1874e1

View File

@@ -29,7 +29,6 @@
#include "SourceDelegate.h" #include "SourceDelegate.h"
#include "sourcetree/items/PlaylistItems.h" #include "sourcetree/items/PlaylistItems.h"
#include "sourcetree/items/SourceItem.h" #include "sourcetree/items/SourceItem.h"
#include "audio/AudioEngine.h"
#include "SourcePlaylistInterface.h" #include "SourcePlaylistInterface.h"
#include "TomahawkSettings.h" #include "TomahawkSettings.h"
#include "GlobalActionManager.h" #include "GlobalActionManager.h"
@@ -870,6 +869,7 @@ SourceTreeView::drawRow( QPainter* painter, const QStyleOptionViewItem& option,
QTreeView::drawRow( painter, option, index ); QTreeView::drawRow( painter, option, index );
} }
void void
SourceTreeView::drawBranches( QPainter* painter, const QRect& rect, const QModelIndex& index ) const SourceTreeView::drawBranches( QPainter* painter, const QRect& rect, const QModelIndex& index ) const
{ {