mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +02:00
* Fixed compiler warning.
This commit is contained in:
@@ -939,7 +939,7 @@ SourceTreeView::drawRow( QPainter* painter, const QStyleOptionViewItem& option,
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
SourceTreeView::drawBranches( QPainter* painter, const QRect& rect, const QModelIndex& index ) const
|
SourceTreeView::drawBranches( QPainter* /* painter */, const QRect& /* rect */, const QModelIndex& /* index */ ) const
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user