1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Initialise underrun* variables

This commit is contained in:
Uwe L. Korn
2014-07-06 17:33:43 +01:00
parent b7e6f2678f
commit dae3ed3f84

View File

@@ -21,6 +21,8 @@ Q_OBJECT
public: public:
AudioEnginePrivate( AudioEngine* q ) AudioEnginePrivate( AudioEngine* q )
: q_ptr ( q ) : q_ptr ( q )
, underrunCount( 0 )
, underrunNotified( false )
{ {
} }
AudioEngine* q_ptr; AudioEngine* q_ptr;