| 57 | } |
| 58 | |
| 59 | void RemoteViewClient::setViewActive(bool active) |
| 60 | { |
| 61 | Endpoint::instance()->invokeObject(name(), "setViewActive", QVariantList() << active); |
| 62 | } |
| 63 | |
| 64 | void RemoteViewClient::sendUserViewport(const QRectF &userViewport) |
| 65 | { |
nothing calls this directly
no test coverage detected