comparison main/MainWindow.cpp @ 2401:b6d0823e41a5

Next builds will be 4.0; remove beta-release warning
author Chris Cannam
date Thu, 24 Oct 2019 13:35:31 +0100
parents 59b7fa58c0af
children f40cd7a512d4
comparison
equal deleted inserted replaced
2400:cc9038b2079f 2401:b6d0823e41a5
355 SVDEBUG << "MainWindow: Creating internal-only OSC queue without port" 355 SVDEBUG << "MainWindow: Creating internal-only OSC queue without port"
356 << endl; 356 << endl;
357 startOSCQueue(false); 357 startOSCQueue(false);
358 } 358 }
359 359
360 QTimer::singleShot(500, this, SLOT(betaReleaseWarning())); 360 // QTimer::singleShot(500, this, SLOT(betaReleaseWarning()));
361 361
362 QString warning = PluginScan::getInstance()->getStartupFailureReport(); 362 QString warning = PluginScan::getInstance()->getStartupFailureReport();
363 if (warning != "") { 363 if (warning != "") {
364 QTimer::singleShot(500, this, SLOT(pluginPopulationWarning())); 364 QTimer::singleShot(500, this, SLOT(pluginPopulationWarning()));
365 } 365 }