changeset 482:e5c6aed2bf6b integration_library

Remove the survey and the version tester for the library edition
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Mon, 17 Oct 2011 14:05:54 +0100
parents e0e554997d3c
children 1f3afbce6c2f
files main/MainWindow.cpp
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Mon Oct 10 22:45:50 2011 +0100
+++ b/main/MainWindow.cpp	Mon Oct 17 14:05:54 2011 +0100
@@ -326,11 +326,12 @@
     
     TransformFactory::getInstance()->startPopulationThread();
 
-    Surveyer *surveyer = new Surveyer(this);
-    VersionTester *vt = new VersionTester
-        ("sonicvisualiser.org", "/latest-version.txt", SV_VERSION);
-    connect(vt, SIGNAL(newerVersionAvailable(QString)),
-            this, SLOT(newerVersionAvailable(QString)));
+    //mathieub: remove the version tester and the survey for the library edition
+    //Surveyer *surveyer = new Surveyer(this);
+    //VersionTester *vt = new VersionTester
+    //    ("sonicvisualiser.org", "/latest-version.txt", SV_VERSION);
+    //connect(vt, SIGNAL(newerVersionAvailable(QString)),
+    //        this, SLOT(newerVersionAvailable(QString)));
 }
 
 MainWindow::~MainWindow()