Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ ToQString
Function
ToQString
viewer/src/utils/StringUtils.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
namespace pag::Utils {
23
24
QString ToQString(double num) {
25
QString result;
26
return result.setNum(num,
'f'
, 2);
27
}
28
29
QString ToQString(int32_t num) {
30
QString result;
Callers
2
GetMemorySizeNumString
Function · 0.85
setPAGFile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected