mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
* Fixed debug output.
This commit is contained in:
@@ -417,6 +417,6 @@ TreeModel::indexFromAlbum( const Tomahawk::album_ptr& album ) const
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tDebug() << "Could not find item for artist:" << album->name() << album->artist()->name();
|
tDebug() << "Could not find item for album:" << album->name() << album->artist()->name();
|
||||||
return QModelIndex();
|
return QModelIndex();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user