1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Chart values need to be always initialized.

This commit is contained in:
Christian Muehlhaeuser 2013-06-07 09:09:04 +02:00
parent 47a4d549af
commit aca501096f

View File

@ -155,6 +155,8 @@ Artist::Artist( const QString& name )
, m_simArtistsLoaded( false )
, m_biographyLoaded( false )
, m_infoJobs( 0 )
, m_chartPosition( 0 )
, m_chartCount( 0 )
#ifndef ENABLE_HEADLESS
, m_cover( 0 )
#endif