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

Function toStdString

launcher/StringUtils.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47using string = std::wstring;
48
49inline string toStdString(QString s)
50{
51 return s.toStdWString();
52}
53inline QString fromStdString(string s)
54{
55 return QString::fromStdWString(s);

Callers 13

operator()Method · 0.85
make_link_listMethod · 0.85
make_linksMethod · 0.85
moveFunction · 0.85
deletePathFunction · 0.85
overrideFolderFunction · 0.85
clone_fileFunction · 0.85
hardLinkCountFunction · 0.85
runLinkMethod · 0.85
stringEntryFunction · 0.85
intEntryFunction · 0.85
getIndexForModMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_hard_linkMethod · 0.68