mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-23 19:25:37 -05:00
Use the QSO end time from the Log QSO dialog for the contest log records
This commit is contained in:
parent
e5b17e270c
commit
7113d58fb9
@ -139,7 +139,7 @@ void LogQSO::accept()
|
||||
return; // without accepting
|
||||
}
|
||||
|
||||
if (!m_cabrilloLog->add_QSO (m_dialFreq, QDateTime::currentDateTimeUtc (), hisCall,
|
||||
if (!m_cabrilloLog->add_QSO (m_dialFreq, m_dateTimeOff, hisCall,
|
||||
ui->exchSent->text (), ui->exchRcvd->text ()))
|
||||
{
|
||||
show ();
|
||||
|
Loading…
Reference in New Issue
Block a user