| 632 | } |
| 633 | |
| 634 | void QuickInspector::checkOverlaySettings() |
| 635 | { |
| 636 | emit overlaySettings(m_overlay ? m_overlay->settings() : QuickDecorationsSettings()); |
| 637 | } |
| 638 | |
| 639 | class SGSoftwareRendererPrivacyViolater : public QSGAbstractSoftwareRenderer |
| 640 | { |
no test coverage detected