Updates for Qt v5.14 compaibility

This commit is contained in:
Bill Somerville
2020-05-07 02:56:57 +01:00
parent eb7681c7c5
commit 1403c186d2
8 changed files with 77 additions and 45 deletions
+1 -1
View File
@@ -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