Example code for use of 'Alt-X' to test refactored code.

This commit is contained in:
Joe Taylor 2021-06-11 11:39:18 -04:00
parent 1e56c3ca8e
commit c6b72f497b
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}