From edf4af530776aa7beb14d67a35a8cecb2e8504cd Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 24 Jan 2019 15:58:08 -0500 Subject: [PATCH] Be sure to set start time of QSO. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index c715f0bcc..baff7adad 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -8738,6 +8738,7 @@ void MainWindow::ft2_tx(int ntx) transmitDisplay (true); statusUpdate (); } + m_dateTimeQSOOn=QDateTime::currentDateTimeUtc(); if(!m_btxok && m_btxok0 && g_iptt==1) stopTx(); }