mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-04 06:54:47 -04:00
Updates for Qt v5.14 compaibility
This commit is contained in:
@@ -187,7 +187,7 @@ QString DecodedText::report() const // returns a string of the SNR field with a
|
||||
sr = 49;
|
||||
|
||||
QString rpt;
|
||||
rpt.sprintf("%d",abs(sr));
|
||||
rpt = rpt.asprintf("%d",abs(sr));
|
||||
if (sr > 9)
|
||||
rpt = "+" + rpt;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user