Hello,
I trying convert my string to std string but i getting crash.
http://prntscr.com/oixydg

And TestQmlCpp line 117
std::string cString = m_processname.toStdString(); ( Crashing here )

I trying to do this convert in function and i this function in thread ( CreateThread )
How can i fix this problem?