From 390a84ffeb977d3704d73634717e29152cd0304a Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 11 Oct 2018 08:49:41 -0400 Subject: [PATCH] Remove fields and from the ADIF record. --- logbook/adif.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/logbook/adif.cpp b/logbook/adif.cpp index b076be8e8..9289c9c10 100644 --- a/logbook/adif.cpp +++ b/logbook/adif.cpp @@ -205,9 +205,7 @@ QByteArray ADIF::QSOToADIF(QString const& hisCall, QString const& hisGrid, QStri if(comments!="") t += " " + comments; if(name!="") t += " " + name; if(operator_call!="") t+=" " + operator_call; - if(xSent!="") t += " " + xSent; if(xRcvd!="") { - t += " " + xRcvd; QString t1=""; if(xRcvd.split(" ").size()==2) t1=xRcvd.split(" ").at(1); if(t1.toInt()>0) {