1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

* Fixed compiler warning.

This commit is contained in:
Christian Muehlhaeuser
2014-08-31 21:35:36 +02:00
parent d0293d5f53
commit 9ee93f0f4b

View File

@@ -939,7 +939,7 @@ SourceTreeView::drawRow( QPainter* painter, const QStyleOptionViewItem& option,
void
SourceTreeView::drawBranches( QPainter* painter, const QRect& rect, const QModelIndex& index ) const
SourceTreeView::drawBranches( QPainter* /* painter */, const QRect& /* rect */, const QModelIndex& /* index */ ) const
{
return;
}