comparison main/MainWindow.cpp @ 2552:6694620ed28b

Prepare for v4.1
author Chris Cannam
date Thu, 04 Jun 2020 15:18:50 +0100
parents 7df56e260845
children ebb78549fe02
comparison
equal deleted inserted replaced
2551:b0ce063f1739 2552:6694620ed28b
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 }