Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ toQString
Function
toQString
source/mod_uploader/StarStringConversion.hpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
inline QString toQString(String const& str) {
14
return QString::fromUtf8(str.utf8Ptr(), str.utf8Size());
15
}
16
17
}
Callers
4
loadDirectory
Method · 0.85
writePreview
Method · 0.85
uploadToSteam
Method · 0.85
main
Function · 0.85
Calls
2
utf8Ptr
Method · 0.45
utf8Size
Method · 0.45
Tested by
no test coverage detected