comparison main/MainWindow.cpp @ 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 a373a9cdbe13
children 1f3afbce6c2f
comparison
equal deleted inserted replaced
481:e0e554997d3c 482:e5c6aed2bf6b
324 connect(m_midiInput, SIGNAL(eventsAvailable()), 324 connect(m_midiInput, SIGNAL(eventsAvailable()),
325 this, SLOT(midiEventsAvailable())); 325 this, SLOT(midiEventsAvailable()));
326 326
327 TransformFactory::getInstance()->startPopulationThread(); 327 TransformFactory::getInstance()->startPopulationThread();
328 328
329 Surveyer *surveyer = new Surveyer(this); 329 //mathieub: remove the version tester and the survey for the library edition
330 VersionTester *vt = new VersionTester 330 //Surveyer *surveyer = new Surveyer(this);
331 ("sonicvisualiser.org", "/latest-version.txt", SV_VERSION); 331 //VersionTester *vt = new VersionTester
332 connect(vt, SIGNAL(newerVersionAvailable(QString)), 332 // ("sonicvisualiser.org", "/latest-version.txt", SV_VERSION);
333 this, SLOT(newerVersionAvailable(QString))); 333 //connect(vt, SIGNAL(newerVersionAvailable(QString)),
334 // this, SLOT(newerVersionAvailable(QString)));
334 } 335 }
335 336
336 MainWindow::~MainWindow() 337 MainWindow::~MainWindow()
337 { 338 {
338 // SVDEBUG << "MainWindow::~MainWindow" << endl; 339 // SVDEBUG << "MainWindow::~MainWindow" << endl;