From c6b72f497b47f9e9f8e5e6f809281d9b28335862 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 11 Jun 2021 11:39:18 -0400 Subject: [PATCH] Example code for use of 'Alt-X' to test refactored code. --- widgets/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 4d7ae5409..cf18df9bc 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -927,7 +927,6 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, QByteArray cfname=fname.toLocal8Bit(); fftwf_import_wisdom_from_filename(cfname); - //genStdMsgs(m_rpt); m_ntx = 6; ui->txrb6->setChecked(true); @@ -2201,7 +2200,8 @@ void MainWindow::keyPressEvent (QKeyEvent * e) break; case Qt::Key_X: if(e->modifiers() & Qt::AltModifier) { - qDebug() << "Alt-X" << revision(); +// qDebug() << "Alt-X" << m_mode << m_TRperiod << m_nsps << m_bFast9 +// << tx_duration(m_mode,m_TRperiod,m_nsps,m_bFast9); return; } }