mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
* Fixed compiler warning.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user