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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user