1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

* Don't assert here.

This commit is contained in:
Christian Muehlhaeuser
2013-04-16 11:42:41 +02:00
parent bfb83c6bbe
commit 6a32f5e009

View File

@@ -97,7 +97,6 @@ PlayableProxyModelPlaylistInterface::onCurrentIndexChanged()
void
PlayableProxyModelPlaylistInterface::setCurrentIndex( qint64 index )
{
Q_ASSERT( m_proxyModel );
if ( m_proxyModel.isNull() )
return;