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

Method iconForObject

tests/benchsuite.cpp:27–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using namespace GammaRay;
26
27void BenchSuite::iconForObject()
28{
29 QWidget widget;
30 QLabel label;
31 QTreeView treeView;
32 QBENCHMARK
33 {
34 Util::iconIdForObject(this);
35 Util::iconIdForObject(&widget);
36 Util::iconIdForObject(&label);
37 Util::iconIdForObject(&treeView);
38 }
39}
40
41void BenchSuite::probe_objectAdded()

Callers

nothing calls this directly

Calls 1

iconIdForObjectFunction · 0.85

Tested by

no test coverage detected