From 7113d58fb9f45e2ff370b5ec58add72c0f948942 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 29 Nov 2018 02:31:08 +0000 Subject: [PATCH] Use the QSO end time from the Log QSO dialog for the contest log records --- widgets/logqso.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/logqso.cpp b/widgets/logqso.cpp index b6412cb59..e5b8a2e56 100644 --- a/widgets/logqso.cpp +++ b/widgets/logqso.cpp @@ -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 ();