-
makelelei'm compiling last version with qt5.15 but there is smth like "'append' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit"on ipc.cpp line 79 buffer = buffer.append(cmdString);makelele13:56:02substitute append with toUtf8 || toLatin1but compile still stop
-
makelelesorry for format
-
makelelei'm compiling last version with qt5.15 but there is smth like
-
makelele"'append' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit"
-
makeleleon ipc.cpp line 79 buffer = buffer.append(cmdString);