comparison main/MainWindow.cpp @ 2542:7df56e260845

Activate beta mode
author Chris Cannam
date Fri, 15 May 2020 14:21:50 +0100
parents 7eab1eca5cc4
children a004f981f6f5 6694620ed28b
comparison
equal deleted inserted replaced
2541:7eab1eca5cc4 2542:7df56e260845
380 SVDEBUG << "MainWindow: Creating internal-only OSC queue without port" 380 SVDEBUG << "MainWindow: Creating internal-only OSC queue without port"
381 << endl; 381 << endl;
382 startOSCQueue(false); 382 startOSCQueue(false);
383 } 383 }
384 384
385 // QTimer::singleShot(500, this, SLOT(betaReleaseWarning())); 385 QTimer::singleShot(500, this, SLOT(betaReleaseWarning()));
386 386
387 QString warning = PluginScan::getInstance()->getStartupFailureReport(); 387 QString warning = PluginScan::getInstance()->getStartupFailureReport();
388 if (warning != "") { 388 if (warning != "") {
389 QTimer::singleShot(500, this, SLOT(pluginPopulationWarning())); 389 QTimer::singleShot(500, this, SLOT(pluginPopulationWarning()));
390 } 390 }