MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / toStdString

Function toStdString

launcher/FileSystem.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83#if defined Q_OS_WIN32
84
85std::wstring toStdString(QString s)
86{
87 return s.toStdWString();
88}
89
90#else
91

Callers 2

operator()Method · 0.85
deletePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected