Windows QPA: Fix deprecated QString::fromUtf16(ushort*) call

Amends 23849826b490c07d9ba656bcb4ac46edd3040c0a.

Change-Id: Iefd29bd4c19aaf7c4444b2913bd143dc11c03d3c
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
Friedemann Kleint 2020-05-20 13:17:57 +02:00
parent f76161d61f
commit 547d5e1f55

View File

@ -712,7 +712,7 @@ int QWindowsContext::screenDepth() const
QString QWindowsContext::windowsErrorMessage(unsigned long errorCode)
{
QString rc = QString::fromLatin1("#%1: ").arg(errorCode);
ushort *lpMsgBuf;
char16_t *lpMsgBuf;
const DWORD len = FormatMessage(
FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,