Fixed #142: callsign selected is an indicator for qso start time

This commit is contained in:
Jordan Sherer 2019-03-23 22:03:28 -04:00
parent 27ae28a889
commit 218c5b3d47

View File

@ -8024,6 +8024,9 @@ void MainWindow::on_tableWidgetRXAll_selectionChanged(const QItemSelection &/*se
} else {
placeholderText = QString("Type your outgoing directed message to %1 here.").arg(selectedCall);
// when we select a callsign, use it as the qso start time
m_dateTimeQSOOn = DriftingDateTime::currentDateTimeUtc();
// TODO: jsherer - move this to a generic "callsign changed" signal
if(m_config.heartbeat_qso_pause()){
// don't hb if we select a callsign... (but we should keep track so if we deselect, we restore our hb)