| 28 | } |
| 29 | |
| 30 | void RemoteViewClient::pickElementId(const GammaRay::ObjectId &id) |
| 31 | { |
| 32 | Endpoint::instance()->invokeObject(name(), "pickElementId", QVariantList() << QVariant::fromValue(id)); |
| 33 | } |
| 34 | |
| 35 | void RemoteViewClient::sendKeyEvent(int type, int key, int modifiers, const QString &text, |
| 36 | bool autorep, ushort count) |
nothing calls this directly
no test coverage detected