| 127 | } |
| 128 | |
| 129 | void HotkeyWidget::hideError() |
| 130 | { |
| 131 | setStyleSheet(mDefaultStyleSheet); |
| 132 | mShowingError = false; |
| 133 | } |
| 134 | |
| 135 | bool HotkeyWidget::isValid(int key) const |
| 136 | { |
nothing calls this directly
no outgoing calls
no test coverage detected