From 912e40876a6c58ee5be719121eeb27dc161636bc Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 22 May 2019 13:06:16 -0400 Subject: [PATCH] Disable the "not_GA_warning_message", for now. --- widgets/mainwindow.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index d40e0d1c9..b7a600bd8 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -989,6 +989,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.1.0 made " @@ -997,6 +998,7 @@ void MainWindow::not_GA_warning_message () QDateTime now=QDateTime::currentDateTime(); QDateTime timeout=QDateTime(QDate(2019,6,7)); if(now.daysTo(timeout) < 0) Q_EMIT finished(); + */ } void MainWindow::initialize_fonts () @@ -3945,7 +3947,7 @@ void MainWindow::guiUpdate() //Once per second: if(nsec != m_sec0) { -// qDebug() << "cc onesec" << (SpecOp::RTTY == m_config.special_op_id()); +// qDebug() << "cc onesec" << m_bBestSPArmed; // if((!m_msgAvgWidget or (m_msgAvgWidget and !m_msgAvgWidget->isVisible())) // and (SpecOp::NONE < m_config.special_op_id()) and (SpecOp::HOUND > m_config.special_op_id())) on_actionFox_Log_triggered(); if(m_freqNominal!=0 and m_freqNominal<50000000 and m_config.enable_VHF_features()) {