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

Function metaMethodToString

plugins/qmlsupport/qmlsupport.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57#if defined(QT_DEPRECATED)
58static QString metaMethodToString(const QObject *object, const QMetaMethod &method)
59{
60 return QStringLiteral("%1 bound on %2").arg(method.methodSignature(), Util::displayString(object));
61}
62
63#endif
64

Callers 1

callableQjsValueToStringFunction · 0.85

Calls 1

displayStringFunction · 0.85

Tested by

no test coverage detected