MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / fromStdString

Function fromStdString

launcher/StringUtils.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 return s.toStdWString();
52}
53inline QString fromStdString(string s)
54{
55 return QString::fromStdWString(s);
56}
57#else
58using string = std::string;
59

Callers 15

operator()Method · 0.85
make_linksMethod · 0.85
moveFunction · 0.85
deletePathFunction · 0.85
overrideFolderFunction · 0.85
hardLinkCountFunction · 0.85
runLinkMethod · 0.85
updateModIndexMethod · 0.85
getIndexForModMethod · 0.85
getModFileChangelogMethod · 0.85
setUseSystemLocaleMethod · 0.85
selectLanguageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected