Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ analyticsToVar
Function
analyticsToVar
qrenderdoc/Code/Interface/Analytics.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
template <typename T>
103
QVariant analyticsToVar(const T &el, bool reporting)
104
{
105
return QVariant(el);
106
}
107
108
// annoying specialisation, but necessary
109
template <typename T>
Callers
nothing calls this directly
Calls
3
toVariant
Method · 0.80
QVariant
Class · 0.70
push_back
Method · 0.45
Tested by
no test coverage detected