Disable the startup message about upgrading to v2.0.

This commit is contained in:
Joe Taylor 2019-01-09 09:05:21 -05:00
parent b3a8930eef
commit d8a5d84647
1 changed files with 1 additions and 6 deletions

View File

@ -945,10 +945,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
splashTimer.setSingleShot (true);
splashTimer.start (20 * 1000);
//if(QCoreApplication::applicationVersion().contains("-devel") or
// QCoreApplication::applicationVersion().contains("-rc")) {
QTimer::singleShot (0, this, SLOT (not_GA_warning_message ()));
//}
//QTimer::singleShot (0, this, SLOT (not_GA_warning_message ()));
if(!ui->cbMenus->isChecked()) {
ui->cbMenus->setChecked(true);
@ -960,8 +957,6 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
void MainWindow::not_GA_warning_message ()
{
MessageBox::critical_message (this,
"<b><p align=\"center\">"
"IMPORTANT: New protocols for the FT8 and MSK144 modes "