| 62 | } |
| 63 | |
| 64 | void RemoteViewClient::sendUserViewport(const QRectF &userViewport) |
| 65 | { |
| 66 | Endpoint::instance()->invokeObject(name(), "sendUserViewport", QVariantList() << userViewport); |
| 67 | } |
| 68 | |
| 69 | void RemoteViewClient::clientViewUpdated() |
| 70 | { |
nothing calls this directly
no test coverage detected