Preparation for a v2.5.0 RC2

This commit is contained in:
Bill Somerville
2021-06-22 18:51:57 +01:00
parent c2ad6adc08
commit c40475953c
3 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -1028,7 +1028,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
void MainWindow::not_GA_warning_message ()
{
/*
MessageBox::critical_message (this,
"This is a pre-release version of WSJT-X 2.5.0 made\n"
"available for testing purposes. By design it will\n"
@@ -1037,7 +1037,6 @@ void MainWindow::not_GA_warning_message ()
if (now >= QDateTime {{2021, 8, 31}, {23, 59, 59, 999}, Qt::UTC}) {
Q_EMIT finished ();
}
*/
}
void MainWindow::initialize_fonts ()