MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / toggle

Method toggle

source/ui/DebugOverlay.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52// ============================================================================
53
54void DebugOverlay::toggle()
55{
56 if (isVisible()) {
57 hide();
58 } else {
59 show();
60 }
61}
62
63void DebugOverlay::showEvent(QShowEvent* event)
64{

Callers 1

toggleDebugOverlayMethod · 0.45

Calls 1

showFunction · 0.85

Tested by

no test coverage detected