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