From d8a5d84647781bafc88e4215ddd6dc91c09ee3aa Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 9 Jan 2019 09:05:21 -0500 Subject: [PATCH] Disable the startup message about upgrading to v2.0. --- widgets/mainwindow.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index f2d06dd43..7c79a00cc 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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, "

" "IMPORTANT: New protocols for the FT8 and MSK144 modes "