1
0
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:
Christian Muehlhaeuser
2012-11-11 12:03:35 +01:00
parent 3062e6d2bd
commit 45d32b2094

View File

@@ -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();
} }