1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 08:52: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

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