Added to sampletrackview the code needed for the activity indicator mute behaviour

This commit is contained in:
Andres
2019-11-07 21:02:55 -03:00
parent caaeb62a95
commit e056ecb27b

View File

@@ -240,6 +240,10 @@ private:
TrackLabelButton * m_tlb;
FadeButton * getActivityIndicator()
{
return m_activityIndicator;
}
friend class SampleTrackWindow;