changeset 300:47964f188bd9

Ensure playStatusChanged gets connected to view manager
author Chris Cannam
date Tue, 03 Dec 2013 12:35:39 +0000
parents 933b5aed341a
children 055ff09f7a08 c837368b1faf 428ce32a8dd9
files audioio/AudioCallbackPlaySource.cpp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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 *)));