Casting LPWSTR to QString
General and Desktop
2
Posts
2
Posters
2.5k
Views
1
Watching
-
LPWSTR is a pointer to 16-bit Unicode characters (http://msdn.microsoft.com/en-us/library/cc230355.aspx ) So, you probably want QString::fromUtf16()