MCPcopy 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
13inline QString toQString(String const& str) {
14 return QString::fromUtf8(str.utf8Ptr(), str.utf8Size());
15}
16
17}

Callers 4

loadDirectoryMethod · 0.85
writePreviewMethod · 0.85
uploadToSteamMethod · 0.85
mainFunction · 0.85

Calls 2

utf8PtrMethod · 0.45
utf8SizeMethod · 0.45

Tested by

no test coverage detected