Use the QSO end time from the Log QSO dialog for the contest log records

This commit is contained in:
Bill Somerville 2018-11-29 02:31:08 +00:00
parent e5b17e270c
commit 7113d58fb9

View File

@ -139,7 +139,7 @@ void LogQSO::accept()
return; // without accepting 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 ())) ui->exchSent->text (), ui->exchRcvd->text ()))
{ {
show (); show ();