diff audioio/AudioCallbackPlaySource.cpp @ 41:a4a05344c7d6

* Change preferences dialog to ok/apply/cancel model * Make preferences persist in a config file * Change instance() to getInstance() for all singleton types * Make pasting to time-value layer with no values in clipboard ask you how to generate the values * Fix bad behaviour caused by importing "data"-type (i.e. 3d dense) model from annotation file without a fixed window size available
author Chris Cannam
date Thu, 27 Jul 2006 16:06:32 +0000
parents 4ed2448582cc
children
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.cpp	Wed Jun 28 15:42:04 2006 +0000
+++ b/audioio/AudioCallbackPlaySource.cpp	Thu Jul 27 16:06:32 2006 +0000
@@ -65,7 +65,7 @@
     connect(m_viewManager, SIGNAL(playSelectionModeChanged()),
 	    this, SLOT(playSelectionModeChanged()));
 
-    connect(PlayParameterRepository::instance(),
+    connect(PlayParameterRepository::getInstance(),
 	    SIGNAL(playParametersChanged(PlayParameters *)),
 	    this, SLOT(playParametersChanged(PlayParameters *)));
 }