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
@@ -463,7 +463,7 @@ void DisplayText::displayTransmittedText(QString text, QString modeTx, qint32 tx
if(modeTx=="JT65") t1=" # ";
if(modeTx=="MSK144") t1=" & ";
QString t2;
t2.sprintf("%4d",txFreq);
t2 = t2.asprintf("%4d",txFreq);
QString t;
if(bFastMode or modeTx=="FT8" or modeTx=="FT4") {
t = QDateTime::currentDateTimeUtc().toString("hhmmss") + \