| 32 | } |
| 33 | |
| 34 | void MethodsExtensionClient::invokeMethod(Qt::ConnectionType type) |
| 35 | { |
| 36 | Endpoint::instance()->invokeObject(name(), "invokeMethod", |
| 37 | QVariantList() << QVariant::fromValue(type)); |
| 38 | } |
| 39 | |
| 40 | void MethodsExtensionClient::connectToSignal() |
| 41 | { |
no test coverage detected