changeset 485:b6c00a0a618e integration_library

Do not start transform factory's uninstalled transforms population thread in library edition -- don't want network access
author Chris Cannam
date Tue, 18 Oct 2011 10:15:05 +0100
parents 1f3afbce6c2f
children
files main/MainWindow.cpp
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Mon Oct 17 15:24:22 2011 +0100
+++ b/main/MainWindow.cpp	Tue Oct 18 10:15:05 2011 +0100
@@ -324,8 +324,9 @@
 
     connect(m_midiInput, SIGNAL(eventsAvailable()),
             this, SLOT(midiEventsAvailable()));
-    
-    TransformFactory::getInstance()->startPopulationThread();
+
+    //cc: remove for library edition    
+//    TransformFactory::getInstance()->startPopulationThread();
 
     //mathieub: remove the version tester and the survey for the library edition
     //Surveyer *surveyer = new Surveyer(this);