MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setOverlaySettings

Method setOverlaySettings

plugins/quickinspector/quickinspector.cpp:623–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623void QuickInspector::setOverlaySettings(const GammaRay::QuickDecorationsSettings &settings)
624{
625 if (!m_overlay) {
626 emit overlaySettings(QuickDecorationsSettings()); // Let's not leave the client without an answer.
627 return;
628 }
629
630 m_overlay->setSettings(settings);
631 emit overlaySettings(m_overlay->settings());
632}
633
634void QuickInspector::checkOverlaySettings()
635{

Callers

nothing calls this directly

Calls 3

settingsMethod · 0.80
setSettingsMethod · 0.45

Tested by

no test coverage detected