- import.cpp: pass the const char* input ids directly; the QLatin1String roundtrip uses toUtf8(), unavailable in distro Qt 6.4 - sharedmemoryregion.cpp: the Windows branch still used the pre-refactor API (Open/Close/kCreate); rewritten to the current lowercase open/close/k_create interface