changeset 301:055ff09f7a08 tonioni

Merge from default branch
author Chris Cannam
date Tue, 03 Dec 2013 17:58:53 +0000
parents ae1eedd6951f (current diff) 47964f188bd9 (diff)
children febd49356ef3
files audioio/AudioCallbackPlaySource.cpp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.cpp	Mon Dec 02 17:12:27 2013 +0000
+++ b/audioio/AudioCallbackPlaySource.cpp	Tue Dec 03 17:58:53 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 *)));