We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6794dda commit 4d81f63Copy full SHA for 4d81f63
src/wayland/shortcuts_inhibit/proto.hpp
@@ -53,10 +53,8 @@ class ShortcutsInhibitor
53
void activeChanged();
54
55
protected:
56
- // NOLINTBEGIN(readability-identifier-naming)
57
void zwp_keyboard_shortcuts_inhibitor_v1_active() override;
58
void zwp_keyboard_shortcuts_inhibitor_v1_inactive() override;
59
- // NOLINTEND(readability-identifier-naming)
60
61
private:
62
wl_surface* mSurface;
0 commit comments