1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* Chart values need to be always initialized.

This commit is contained in:
Christian Muehlhaeuser
2013-06-07 09:09:04 +02:00
committed by Michael Zanetti
parent 86e201673f
commit b5090d2873

View File

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