Hi I need to convert a std::wstring to QString and I tried the most obvious way of
std::wstring
QString
std::wstring wideString; QString qtString = QStri
boost::filesystem::path also seems to require the project setting "treat wchar as built-in type = yes", so vahapt's solution was the only one I could get to work.