diff main/MainWindow.cpp @ 2328:f2dd9218617e time-frequency-boxes

I think actually this must be v4.0, because of the file format change. Add the beta-release warning for the moment
author Chris Cannam
date Fri, 20 Sep 2019 14:48:19 +0100
parents a7934d5661f8
children 1057ae621c87
line wrap: on
line diff
--- a/main/MainWindow.cpp	Fri Sep 20 14:46:47 2019 +0100
+++ b/main/MainWindow.cpp	Fri Sep 20 14:48:19 2019 +0100
@@ -357,9 +357,7 @@
         startOSCQueue(false);
     }
     
-/*
     QTimer::singleShot(500, this, SLOT(betaReleaseWarning()));
-*/
     
     QString warning = PluginScan::getInstance()->getStartupFailureReport();
     if (warning != "") {
@@ -4540,7 +4538,6 @@
     shownOnce = true;
 }
 
-/*
 void
 MainWindow::betaReleaseWarning()
 {
@@ -4548,7 +4545,6 @@
         (this, tr("Beta release"),
          tr("<b>This is a beta release of Sonic Visualiser</b><p>Please see the \"What's New\" option in the Help menu for a list of changes since the last proper release.</p>"));
 }
-*/
 
 void
 MainWindow::pluginPopulationWarning()