mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Don't assert here.
This commit is contained in:
@@ -97,7 +97,6 @@ PlayableProxyModelPlaylistInterface::onCurrentIndexChanged()
|
|||||||
void
|
void
|
||||||
PlayableProxyModelPlaylistInterface::setCurrentIndex( qint64 index )
|
PlayableProxyModelPlaylistInterface::setCurrentIndex( qint64 index )
|
||||||
{
|
{
|
||||||
Q_ASSERT( m_proxyModel );
|
|
||||||
if ( m_proxyModel.isNull() )
|
if ( m_proxyModel.isNull() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user