For now, remove the restrictions on use of QRA64 and MSK144.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6992 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-08-03 20:40:49 +00:00
parent ab8b6d0383
commit b299c8d5ad

View File

@ -845,6 +845,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
}
statusChanged();
/*
//### The following is temporary ###
{
QString t=m_config.my_callsign();
@ -857,6 +858,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
ui->actionMSK144->setEnabled(false); }
}
//###
*/
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);