deleted comment.

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2022-05-27 18:26:53 +08:00
parent b6c70c8e2a
commit 8a490f203e

View File

@ -22,8 +22,6 @@
inline hgl::WideString ToOSString(const QString &str)
{
//qt有toWCharArray(),但是不能预估wchar_t的长度所以暂时使用先UTF8再转utf16的方式
return hgl::WideString((wchar_t *)str.utf16(),str.length());
}
#else