| 28 | QuickInspectorClient::~QuickInspectorClient() = default; |
| 29 | |
| 30 | void QuickInspectorClient::selectWindow(int index) |
| 31 | { |
| 32 | Endpoint::instance()->invokeObject(objectName(), "selectWindow", QVariantList() << index); |
| 33 | } |
| 34 | |
| 35 | void QuickInspectorClient::setCustomRenderMode( |
| 36 | GammaRay::QuickInspectorInterface::RenderMode customRenderMode) |
nothing calls this directly
no test coverage detected