From 6a32f5e0097914fdd4148241527c03d1436fa3a5 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 16 Apr 2013 11:42:41 +0200 Subject: [PATCH] * Don't assert here. --- src/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.cpp b/src/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.cpp index 86d1cf289..0bc6a110e 100644 --- a/src/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.cpp +++ b/src/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.cpp @@ -97,7 +97,6 @@ PlayableProxyModelPlaylistInterface::onCurrentIndexChanged() void PlayableProxyModelPlaylistInterface::setCurrentIndex( qint64 index ) { - Q_ASSERT( m_proxyModel ); if ( m_proxyModel.isNull() ) return;