From 7f61c7a07b5a53cb14c179e3a61f4b8c566acaf6 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 4 Apr 2019 16:20:07 -0400 Subject: [PATCH] Reactivate the not-GA timneout message, for -rc3. --- widgets/mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 47bc4a2cf..22b95f68e 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -974,12 +974,10 @@ 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 ())); } -*/ if(!ui->cbMenus->isChecked()) { ui->cbMenus->setChecked(true);