Skip to content

Commit

Permalink
PR #507: Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Nov 22, 2024
1 parent 2a2a2e8 commit 4191c5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/BandmapWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,8 @@ void BandmapWidget::updateStations()
QString unit;
unsigned char decP;
double spotFreq = Data::MHz2UserFriendlyFreq(lower.key(), unit, decP);
const QString &spotterCallsign = lower.value().spotter;
text->setToolTip(QString("<b>%1</b> de %2<br/>%3 %4; %5<br/>%6").arg(callsignTmp,
spotterCallsign,
lower.value().spotter,
QString::number(spotFreq, 'f', decP),
unit,
lower.value().modeGroupString,
Expand Down

0 comments on commit 4191c5b

Please sign in to comment.