mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
remove useless assert
This commit is contained in:
@@ -729,7 +729,6 @@ PlayableModel::finishLoading()
|
||||
PlayableItem*
|
||||
PlayableModel::itemFromIndex( const QModelIndex& index ) const
|
||||
{
|
||||
Q_ASSERT(index.isValid());
|
||||
if ( index.isValid() )
|
||||
{
|
||||
return static_cast<PlayableItem*>( index.internalPointer() );
|
||||
|
Reference in New Issue
Block a user