Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
using string = std::wstring;
48
49
inline string toStdString(QString s)
50
{
51
return s.toStdWString();
52
}
53
inline QString fromStdString(string s)
54
{
55
return QString::fromStdWString(s);
Callers
13
operator()
Method · 0.85
make_link_list
Method · 0.85
make_links
Method · 0.85
move
Function · 0.85
deletePath
Function · 0.85
overrideFolder
Function · 0.85
clone_file
Function · 0.85
hardLinkCount
Function · 0.85
runLink
Method · 0.85
stringEntry
Function · 0.85
intEntry
Function · 0.85
getIndexForMod
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_hard_link
Method · 0.68