mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
Fix one compile error
This commit is contained in:
parent
d650ea45b5
commit
6b23a58678
@ -410,7 +410,7 @@ DynamicWidget::steeringChanged()
|
||||
toRemove << m_view->proxyModel()->index( i, 0, QModelIndex() );
|
||||
}
|
||||
|
||||
m_view->proxyModel()->removeIndexes( toRemove );
|
||||
m_view->proxyModel()->remove( toRemove );
|
||||
|
||||
m_playlist->generator()->fetchNext();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user