mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-05 16:12:30 -04: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
|
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 ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user