Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
53
inline QString fromStdString(string s)
54
{
55
return QString::fromStdWString(s);
56
}
57
#else
58
using string = std::string;
59
Callers
15
operator()
Method · 0.85
make_links
Method · 0.85
move
Function · 0.85
deletePath
Function · 0.85
overrideFolder
Function · 0.85
hardLinkCount
Function · 0.85
runLink
Method · 0.85
updateModIndex
Method · 0.85
getIndexForMod
Method · 0.85
getModFileChangelog
Method · 0.85
setUseSystemLocale
Method · 0.85
selectLanguage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected