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:
@@ -97,7 +97,6 @@ PlayableProxyModelPlaylistInterface::onCurrentIndexChanged()
|
||||
void
|
||||
PlayableProxyModelPlaylistInterface::setCurrentIndex( qint64 index )
|
||||
{
|
||||
Q_ASSERT( m_proxyModel );
|
||||
if ( m_proxyModel.isNull() )
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user