Printable View
Hello How can I convert QString to wchar_t* Is there any other way, except this way? Code: QString mm("Hello");wchar_t * ptr=mm.toStdWString ().c_str(); Thanks
QString mm("Hello");wchar_t * ptr=mm.toStdWString ().c_str();