diff audioio/AudioCallbackPlaySource.cpp @ 301:055ff09f7a08 tonioni

Merge from default branch
author Chris Cannam
date Tue, 03 Dec 2013 17:58:53 +0000
parents 14b1768e5406 47964f188bd9
children 0876ea394902
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 *)));