MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / hideError

Method hideError

widgets/hotkeywidget.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void HotkeyWidget::hideError()
130{
131 setStyleSheet(mDefaultStyleSheet);
132 mShowingError = false;
133}
134
135bool HotkeyWidget::isValid(int key) const
136{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected