Skip to content

Commit

Permalink
Some mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ea5wa committed Aug 12, 2024
1 parent e5b3eb0 commit a28f0da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/qso.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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();
Expand Down Expand Up @@ -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();
Expand All @@ -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();
Expand Down

0 comments on commit a28f0da

Please sign in to comment.