mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 02:52:00 -05:00
Restore the (mistakenly removed) change from logging DialFreq to
DiapFreq + TxFreq. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3346 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
df4dabe2f8
commit
de49b5d245
@ -2362,8 +2362,8 @@ void MainWindow::on_logQSOButton_clicked() //Log QSO button
|
|||||||
logDlg->m_txPower=m_txPower;
|
logDlg->m_txPower=m_txPower;
|
||||||
logDlg->m_comments=m_logComments;
|
logDlg->m_comments=m_logComments;
|
||||||
logDlg->initLogQSO(m_hisCall,m_hisGrid,m_mode,m_rptSent,m_rptRcvd,
|
logDlg->initLogQSO(m_hisCall,m_hisGrid,m_mode,m_rptSent,m_rptRcvd,
|
||||||
m_dateTimeQSO,m_dialFreq,m_myCall,m_myGrid,
|
m_dateTimeQSO,m_dialFreq+m_txFreq/1.0e6,
|
||||||
m_noSuffix,m_toRTTY,m_dBtoComments);
|
m_myCall,m_myGrid,m_noSuffix,m_toRTTY,m_dBtoComments);
|
||||||
connect(logDlg, SIGNAL(acceptQSO(bool)),this,SLOT(acceptQSO2(bool)));
|
connect(logDlg, SIGNAL(acceptQSO(bool)),this,SLOT(acceptQSO2(bool)));
|
||||||
if(m_logQSOgeom != QRect(500,400,424,283)) logDlg->setGeometry(m_logQSOgeom);
|
if(m_logQSOgeom != QRect(500,400,424,283)) logDlg->setGeometry(m_logQSOgeom);
|
||||||
logDlg->show();
|
logDlg->show();
|
||||||
|
Loading…
Reference in New Issue
Block a user