# HG changeset patch # User mathieub # Date 1318856754 -3600 # Node ID e5c6aed2bf6be82f77e68e1a293fe791bda4851c # Parent e0e554997d3c09150a0aa48efa1145396897c14a Remove the survey and the version tester for the library edition diff -r e0e554997d3c -r e5c6aed2bf6b main/MainWindow.cpp --- 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()