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 9eba22a commit d5ecb41Copy full SHA for d5ecb41
src/wayland/input_method/keyboard_grab.cpp
@@ -1,5 +1,6 @@
1
#include "keyboard_grab.hpp"
2
3
+#include <qdebug.h>
4
#include <qtmetamacros.h>
5
#include <sys/mman.h>
6
#include <wayland-input-method-unstable-v2-client-protocol.h>
@@ -32,7 +33,7 @@ InputMethodKeyboardGrab::~InputMethodKeyboardGrab() {
32
33
}
34
35
void InputMethodKeyboardGrab::zwp_input_method_keyboard_grab_v2_keymap(
- uint32_t [[maybe_unused]] format,
36
+ uint32_t format [[maybe_unused]],
37
int32_t fd,
38
uint32_t size
39
) {
0 commit comments