mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-12 10:48:37 -04:00
Updates for Qt v5.14 compaibility
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user