From 0c2e14155323bd78af99ec6a73ae8e22649cae8a Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 8 Oct 2018 16:51:02 -0400 Subject: [PATCH] Working toward correct logging to N1MM+. Second part of Exch is not showing up. --- logbook/adif.cpp | 3 +++ mainwindow.cpp | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/logbook/adif.cpp b/logbook/adif.cpp index a804e6992..16ab89e0a 100644 --- a/logbook/adif.cpp +++ b/logbook/adif.cpp @@ -207,6 +207,9 @@ QByteArray ADIF::QSOToADIF(QString const& hisCall, QString const& hisGrid, QStri if(operator_call!="") t+=" " + operator_call; if(xSent!="") t += " " + xSent; if(xRcvd!="") t += " " + xRcvd; + QString t1=xRcvd.split(" ").at(1); + qDebug() << "aa0" << xRcvd << t1; + if(xRcvd!="") t += " " + t1; return t.toLatin1(); } diff --git a/mainwindow.cpp b/mainwindow.cpp index 0867f1816..4fc83884c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3573,7 +3573,6 @@ void MainWindow::guiUpdate() m_xSent=t.at(n-2) + " " + t.at(n-1); } } - } if(m_isync==1) msgsent[22]=0; if(m_isync==2) msgsent[37]=0;