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

Method iconIdForObject

core/util.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207int Util::iconIdForObject(const QObject *object)
208{
209 if (object)
210 return GammaRay::iconIdForObject(object->metaObject(), object);
211 return -1;
212}
213
214QString Util::tooltipForObject(const QObject *object)
215{

Callers

nothing calls this directly

Calls 2

iconIdForObjectFunction · 0.85
metaObjectMethod · 0.45

Tested by

no test coverage detected