mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix one compile error
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user