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
@@ -212,7 +212,7 @@ int ptt(int nport, int ntx, int* iptt, int* nopen)
FILE_ATTRIBUTE_NORMAL,NULL);
if(hFile==INVALID_HANDLE_VALUE) {
QString t;
t.sprintf("Cannot open COM port %d for PTT\n",nport);
t = t.asprintf("Cannot open COM port %d for PTT\n",nport);
return 1;
}
*nopen=1;