13:10:44 i'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 13:11:00 sorry for format 13:11:24 i'm compiling last version with qt5.15 but there is smth like 13:11:32 "'append' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit" 13:11:42 on ipc.cpp line 79 buffer = buffer.append(cmdString);