| 56 | |
| 57 | #if defined(QT_DEPRECATED) |
| 58 | static 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 |
no test coverage detected