MCPcopy 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
102template <typename T>
103QVariant analyticsToVar(const T &el, bool reporting)
104{
105 return QVariant(el);
106}
107
108// annoying specialisation, but necessary
109template <typename T>

Callers

nothing calls this directly

Calls 3

toVariantMethod · 0.80
QVariantClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected