Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 1630:6b2e781b0154
Next version will identify as 3.0 (as it's going to be an RC); remove beta dialog
author | Chris Cannam |
---|---|
date | Tue, 28 Feb 2017 14:47:37 +0000 |
parents | 987b406be4b0 |
children | 811fbe905f5e |
line wrap: on
line diff
--- a/main/MainWindow.cpp Tue Feb 28 14:33:31 2017 +0000 +++ b/main/MainWindow.cpp Tue Feb 28 14:47:37 2017 +0000 @@ -337,7 +337,9 @@ m_versionTester = 0; } +/* QTimer::singleShot(500, this, SLOT(betaReleaseWarning())); +*/ QString warning = PluginScan::getInstance()->getStartupFailureReport(); if (warning != "") { @@ -4306,6 +4308,7 @@ shownOnce = true; } +/* void MainWindow::betaReleaseWarning() { @@ -4313,6 +4316,7 @@ (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()