MCPcopy Create free account
hub / github.com/KDAB/GammaRay / enumToString

Method enumToString

core/util.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63QString Util::enumToString(const QVariant &value, const char *typeName, const QObject *object)
64{
65 return EnumUtil::enumToString(value, typeName, object ? object->metaObject() : nullptr);
66}
67
68QString Util::prettyMethodSignature(const QMetaMethod &method)
69{

Callers

nothing calls this directly

Calls 2

enumToStringFunction · 0.85
metaObjectMethod · 0.45

Tested by

no test coverage detected