1
0
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:
Leo Franchi 2011-11-20 23:08:59 -05:00
parent d650ea45b5
commit 6b23a58678

View File

@ -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();
}