mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 00:51:56 -05:00
Fix QSY message when answering CQ nnn.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6933 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ab1e2eaa3c
commit
a0231e1417
@ -3181,7 +3181,7 @@ void MainWindow::processMessage(QString const& messages, int position, bool ctrl
|
|||||||
if (m_config.is_transceiver_online ()) {
|
if (m_config.is_transceiver_online ()) {
|
||||||
Frequency frequency {m_freqNominal / 1000000 * 1000000 + 1000*kHz}; //QSY Freq for answering CQ nnn
|
Frequency frequency {m_freqNominal / 1000000 * 1000000 + 1000*kHz}; //QSY Freq for answering CQ nnn
|
||||||
QString t;
|
QString t;
|
||||||
t.sprintf("QSY %7.3f", frequency / 10e6);
|
t.sprintf("QSY %7.3f", frequency / 1e6);
|
||||||
ui->decodedTextBrowser2->displayQSY(t);
|
ui->decodedTextBrowser2->displayQSY(t);
|
||||||
// ui->labDialFreq->setText (Radio::pretty_frequency_MHz_string (frequency));
|
// ui->labDialFreq->setText (Radio::pretty_frequency_MHz_string (frequency));
|
||||||
if (m_config.is_transceiver_online ()) {
|
if (m_config.is_transceiver_online ()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user