| 42 | } |
| 43 | |
| 44 | void QuickInspectorClient::checkFeatures() |
| 45 | { |
| 46 | Endpoint::instance()->invokeObject(objectName(), "checkFeatures"); |
| 47 | } |
| 48 | |
| 49 | void QuickInspectorClient::setOverlaySettings(const GammaRay::QuickDecorationsSettings &settings) |
| 50 | { |
nothing calls this directly
no test coverage detected