| 205 | } |
| 206 | |
| 207 | int Util::iconIdForObject(const QObject *object) |
| 208 | { |
| 209 | if (object) |
| 210 | return GammaRay::iconIdForObject(object->metaObject(), object); |
| 211 | return -1; |
| 212 | } |
| 213 | |
| 214 | QString Util::tooltipForObject(const QObject *object) |
| 215 | { |
nothing calls this directly
no test coverage detected