From a28f0daea0685217f7fc8989a0efd3712a3a2fcd Mon Sep 17 00:00:00 2001 From: Juan carlos Date: Mon, 12 Aug 2024 19:36:01 +0200 Subject: [PATCH] Some mistakes --- src/qso.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/qso.cpp b/src/qso.cpp index cc90b356..caf0476c 100644 --- a/src/qso.cpp +++ b/src/qso.cpp @@ -40,8 +40,8 @@ QSO::QSO(const QSO& other) haveBand = other.haveBand; haveMode = other.haveMode; haveSubMode = other.haveSubMode; - haveDateTime = other.haveDateTime - haveCall = other.haveCall; + haveDateTime = other.haveDateTime; + haveCall = other.haveCall; qsoId = other.qsoId; logId = other.logId; @@ -99,7 +99,7 @@ QSO::QSO(const QSO& other) freq_tx = other.freq_tx; freq_rx = other.freq_rx; gridsquare = other.gridsquare; - gridsquare_ext = other.gridsquare_ext + gridsquare_ext = other.gridsquare_ext; operatorCall = QString(); hrdlogUploadDate = QDate(); hrdlog_status = QString(); @@ -178,7 +178,7 @@ QSO::QSO(const QSO& other) region = QString(); rig = QString(); RST_rx = other.RST_rx; - RST_tx = other.RST_tx + RST_tx = other.RST_tx; pwr_rx = 0.0; satMode = QString(); satName = QString(); @@ -196,8 +196,8 @@ QSO::QSO(const QSO& other) submode = QString(); swl = false; ten_ten = 0; - qso_time_off = other.qso_time_off - pwr_tx = other.pwr_tx; + qso_time_off = other.qso_time_off; + pwr_tx = other.pwr_tx; uksmg = 0; usaca_counties = QString(); ve_prov = QString();