Mercurial > hg > svapp
diff audioio/AudioCallbackPlaySource.cpp @ 300:47964f188bd9
Ensure playStatusChanged gets connected to view manager
author | Chris Cannam |
---|---|
date | Tue, 03 Dec 2013 12:35:39 +0000 |
parents | 068235cf5bf7 |
children | 055ff09f7a08 |
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.cpp Tue Nov 26 14:14:25 2013 +0000 +++ b/audioio/AudioCallbackPlaySource.cpp Tue Dec 03 12:35:39 2013 +0000 @@ -89,6 +89,9 @@ connect(m_viewManager, SIGNAL(playSelectionModeChanged()), this, SLOT(playSelectionModeChanged())); + connect(this, SIGNAL(playStatusChanged(bool)), + m_viewManager, SLOT(playStatusChanged(bool))); + connect(PlayParameterRepository::getInstance(), SIGNAL(playParametersChanged(PlayParameters *)), this, SLOT(playParametersChanged(PlayParameters *)));